|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 234 (0xea) Types: TextFile Names: »Makefile«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/astro/sun/Makefile«
# 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