|
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: 450 (0x1c2) Types: TextFile Names: »Makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Sol/Makefile«
# Makefile for soliaire games SHELL = /bin/sh CFLAGS = -O # TERMINFOFLAGS = -DTERMINFO # TERMINFOLIBS = -lcurses TERMINFOLIBS = -ltermcap # # Uncomment the top two TERMINFO lines above and comment the third out if # you compile this with terminfo's termcap emulation. # GAMES = sol solx all: $(GAMES) sol: sol.c cc $(CFLAGS) $(TERMINFOFLAGS) -o sol sol.c $(TERMINFOLIBS) solx: solx.c cc $(CFLAGS) $(TERMINFOFLAGS) -o solx solx.c $(TERMINFOLIBS)