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

⟦1273e9782⟧ TextFile

    Length: 156 (0x9c)
    Types: TextFile
    Names: »Makefile.BALANCE«

Derivation

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

TextFile

BINDIR=/usr/local/bin
CFLAGS = -O

undump: & undump.o scanargs.o
	cc -o undump undump.o scanargs.o

clean:
	rm -f *.o

install: undump
	cp undump $(BINDIR)