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

⟦14e57cac3⟧ TextFile

    Length: 336 (0x150)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# crude makefile for datingame (none supplied with original source)
#
v1:	date.v1.p
	pc date.v1.p
	mv a.out datingame
	touch v1

install-v1:	v1
	touch database

v2:	getw.o date.v1.p
	pc date.v2.p getw.o
	mv a.out datingame
	touch v2

install-v2: v2
	mkdir .date
	cp Questions .date/Questions
	cp bbase .date/bbase
	touch .date/database