ack/lang/cem/libcc.ansi/assert/Makefile

12 lines
116 B
Makefile

CFLAGS=-L -LIB
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf assert.o OLIST
assert.o: