|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 493 (0x1ed) Types: TextFile Names: »Makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Hangman/Makefile«
OBJS= endgame.o extern.o getguess.o getword.o main.o playgame.o \ prdata.o prman.o prword.o setup.o CFILES= endgame.c extern.c getguess.c getword.c main.c playgame.c \ prdata.c prman.c prword.c setup.c HDRS= hangman.h CFLAGS= -O LDFLAGS= -g all: hangman tags: $(HDRS) $(CFILES) ctags $(HDRS) $(CFILES) install: hangman install -s hangman $(DESTDIR)/usr/games/hangman hangman: $(OBJS) $(CC) $(LDFLAGS) -o hangman $(OBJS) -lcurses -ltermlib clean: rm -f $(OBJS) hangman ? core