changed Makefile again

This commit is contained in:
eck
1989-12-19 15:06:03 +00:00
parent 651a5f5f1b
commit 2e7ea9a523
17 changed files with 34 additions and 270 deletions

View File

@@ -1,9 +1,2 @@
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf assert.o OLIST
assert.o:
rm -f assert.o OLIST