'make clean' for lib/
This commit is contained in:
parent
38933a789a
commit
2110b8a75f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue