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

⟦79127df6f⟧ TextFile

    Length: 130 (0x82)
    Types: TextFile
    Names: »Makefile.PYR«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./undump/Makefile.PYR« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦8162d00be⟧ »unix3.0/undump.tar.Z« 
        └─⟦24b835c13⟧ 
            └─⟦this⟧ »undump/Makefile.PYR« 

TextFile

BINDIR=/usr/local/bin

undump: undump.c 
	cc -O -o undump undump.c
clean:
	rm -f *.o undump

install: undump
	cp undump $(BINDIR)