small changes, added LIST, Makefile and .distr
This commit is contained in:
11
lang/cem/libcc.ansi/assert/Makefile
Normal file
11
lang/cem/libcc.ansi/assert/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
CFLAGS=-L -LIB
|
||||
|
||||
.SUFFIXES: .o .e .c
|
||||
|
||||
.e.o:
|
||||
$(CC) $(CFLAGS) -c -o $@ $*.e
|
||||
|
||||
clean:
|
||||
rm -rf assert.o OLIST
|
||||
|
||||
assert.o:
|
||||
Reference in New Issue
Block a user