'make clean' for lib/

This commit is contained in:
Cédric Pasteur 2011-11-21 09:12:14 +01:00
parent 38933a789a
commit 2110b8a75f

View file

@ -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