DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c4ca1a6e9⟧ TextFile

    Length: 358 (0x166)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Newrobots/Makefile« 

TextFile

newrobots:	newrobots.c
		cc -DDIK -O newrobots.c -o newrobots -lcurses -ltermcap

install:	newrobots
		cp newrobots.6 /usr/man/man6/newrobots.6
		install -s -m 4111 newrobots /usr/games/newrobots
		touch /usr/games/lib/robots_hof
		touch /usr/games/lib/robots_tmp

clean:
		rm -f newrobots *.o

lint:
		lint -phbxac newrobots.c -lcurses -ltermcap > linterrs