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

10 lines
100 B
Makefile
Raw Normal View History

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