This Text file is old! In a 🏛️Museum, an unsorted archive of (user-)pages. (Saved from Geocities in Oct-2009. The archival story: oocities.org)
--------------------------------------- (To 🚫report any bad content: archivehelp @ gmail.com)
>

# Makefile

# GCC flags:
#CFLAGS+=-Wall -ansi -pedantic-errors

# TCC flags:
CFLAGS+=-Wall -Wunsupported

tst_lista : tst_lista.o lista.o

lista.o : lista.c lista.h

tst_lista.o : tst_lista.c lista.h

clean:
	rm -f lista.o
	rm -f tst_lista.o tst_lista

# EOF Makefile

Text file Source (historic): geocities.com/ar/uap_c2a/ejemplos/lista

geocities.com/ar/uap_c2a/ejemplos
geocities.com/ar/uap_c2a
geocities.com/ar

(to report bad content: archivehelp @ gmail)