From: Michal Sojka Date: Thu, 30 Apr 2015 13:25:47 +0000 (+0200) Subject: Fix clean target X-Git-Tag: eaton-0.4^0 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-test-sw.git/commitdiff_plain/1e55b91b78d933fa50abfc766eca359120da30a9 Fix clean target --- diff --git a/rpp-test-sw/Makefile.inc b/rpp-test-sw/Makefile.inc index 095a76b..79be214 100644 --- a/rpp-test-sw/Makefile.inc +++ b/rpp-test-sw/Makefile.inc @@ -47,6 +47,6 @@ $(OBJS): %.obj: $(makefile_inc_dir)/%.c $(RPP_COMPILE_CMD) clean:: - $(call rm,rpp-test-sw) + $(call rm,rpp-test-sw.out $(OBJS)) -include $(OBJS:%=%.dep)