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

⟦483dfc6e2⟧ TextFile

    Length: 154 (0x9a)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦95173b3df⟧ »EurOpenD3/news/bnews.2.11/misc.tar.Z« 
        └─⟦ff4664b96⟧ 
            └─⟦this⟧ »misc/archive/Makefile« 

TextFile

#
# Makefile for savenews
#
CFLAGS = -g

savenews: savenews.c
	${CC} ${CFLAGS} savenews.c -o savenews

clean:
	rm -f savenews

lint:
	lint -hx savenews.c