From bfc80eda701e3a3653319b9dcd0d5b8653823dac Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 5 Apr 2015 23:54:08 +0200 Subject: [PATCH] removing distclean target --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 8bc784c..d8ee52a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ org_pEp_jniadapter_AbstractEngine.o: org_pEp_jniadapter_AbstractEngine.h org_pEp $(LIBRARY): org_pEp_jniadapter_AbstractEngine.o throw_pEp_exception.o jniutils.o ar -r $@ *.o -.PHONY: clean distclean +.PHONY: clean clean: rm -f $(JAR) $(LIBRARY)