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

⟦108b3d8f6⟧ TextFile

    Length: 234 (0xea)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# Makefile for sun(1) program.
HOME=/users/sun3/jad
BINDIR=${HOME}/bin

sun:	sun.c
	cc -s -O -o sun sun.c -lm
    
manual:	sun.1
	nroff -man sun.1 > sun.1.out

install:	sun
	mv sun ${BINDIR}

clean:
	-rm -f sun a.out core ERRS ,* *.o