|
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: 351 (0x15f) Types: TextFile Names: »Makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Chess/Makefile«
# Makefile for chess program # comment out -DBSD for SYSV machines CFLAGS = -O -DBSD chess: chess.c # cc $(CFLAGS) -o chess chess.c -lcurses -ltermlib cc $(CFLAGS) -o chess tahoe.chess.c -lcurses -ltermlib # to avoid problems with short on tahoe install: chess cp chess /usr/games/nchess cp chess.001 /usr/games/lib cp chess.opn /usr/games/lib