'make clean' for lib/

This commit is contained in:
Cédric Pasteur 2011-11-21 09:12:14 +01:00
parent 38933a789a
commit 2110b8a75f
1 changed files with 2 additions and 1 deletions

View File

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