Skip to content

Commit 95b1fd1

Browse files
jaredledvinadevshane
authored andcommitted
Makefile - Also make manpages directory (#6)
1 parent 3e99727 commit 95b1fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dungeon: $(OBJS) dtextc.dat
6969
$(CC) $(CFLAGS) -o zork $(OBJS) $(LIBS)
7070

7171
install: zork dtextc.dat
72-
mkdir -p $(BINDIR) $(DATADIR)
72+
mkdir -p $(BINDIR) $(LIBDIR) $(MANDIR)/man6
7373
cp zork $(BINDIR)
7474
cp dtextc.dat $(DATADIR)
7575
cp dungeon.6 $(MANDIR)/man6/

0 commit comments

Comments
 (0)