From 2110b8a75fb82384619c64adf881c62ee3f6c2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Pasteur?= Date: Mon, 21 Nov 2011 09:12:14 +0100 Subject: [PATCH] 'make clean' for lib/ --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 5a73a1c..0e822db 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 \ No newline at end of file