many changes and improvements

This commit is contained in:
eck
1989-12-18 14:00:32 +00:00
parent 233e05111a
commit fe9baee372
21 changed files with 356 additions and 254 deletions

View File

@@ -0,0 +1,9 @@
CFLAGS=-L -LIB
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf OLIST