We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e99727 commit 95b1fd1Copy full SHA for 95b1fd1
Makefile
@@ -69,7 +69,7 @@ dungeon: $(OBJS) dtextc.dat
69
$(CC) $(CFLAGS) -o zork $(OBJS) $(LIBS)
70
71
install: zork dtextc.dat
72
- mkdir -p $(BINDIR) $(DATADIR)
+ mkdir -p $(BINDIR) $(LIBDIR) $(MANDIR)/man6
73
cp zork $(BINDIR)
74
cp dtextc.dat $(DATADIR)
75
cp dungeon.6 $(MANDIR)/man6/
0 commit comments