diff options
| author | Benjamin Linskey | 2026-06-08 10:36:15 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-08 17:01:22 -0400 |
| commit | 3044b34494f0fd6133d10cd5a93e513d8ce1671f (patch) | |
| tree | d7e130e5a521fb6c112fe5ae4057af70f82fd0f3 | |
| parent | f9a393c59f95f387b7a0c6c774b970b3b1d49e20 (diff) | |
| download | rogue-3044b34494f0fd6133d10cd5a93e513d8ce1671f.tar.gz | |
Remove unneeded makefile macros
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,8 +16,6 @@ OBJS= hit.o init.o inventory.o level.o machdep.o main.o \ HEADERS=rogue.h pathnames.h DPADD= ${LIBCURSES} ${LIBTERMINFO} LDADD= -lcurses -lterminfo -HIDEGAME=hidegame -SETGIDGAME=yes MAN= rogue.6 SUBDIR.roff+=USD.doc |