'make clean' for lib/

master
Cédric Pasteur 13 years ago
parent 38933a789a
commit 2110b8a75f

@ -11,7 +11,7 @@ C_OBJ=pervasives.h
.epi.epci:
../compiler/$(COMPILER).$(TARGET) -nopervasives $<
.PHONY: all install
.PHONY: all install clean
all: $(STDLIB_OBJ)
@ -22,3 +22,4 @@ install: all
(cd c/; $(INSTALL) $(C_OBJ) $(INSTALL_LIBDIR)/$(C_DIR))
clean:
rm *.epci
Loading…
Cancel
Save