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 - download

⟦48875a98f⟧ TextFile

    Length: 329 (0x149)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/patch/Makefile« 

TextFile

# $Header: Makefile,v 1.3 85/03/26 15:03:26 lwall Exp $

# $Log:	Makefile,v $
# Revision 1.3  85/03/26  15:03:26  lwall
# Frozen.
# 

DESTDIR = /usr/local

patch: patch.c
	cc patch.c -O -o patch
install:
	install -c patch $(DESTDIR)
clean:
	rm patch
shar:
	shar patch.man patch.c Makefile >patch.kit
lint:
	lint -phbvxac patch.c