From 5900360a1fa41981e1d25da5b6cc0d5d74178201 Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Thu, 26 Oct 2017 15:13:48 +0200 Subject: [PATCH] Build: fix distclean target --- samples/condor/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/condor/Makefile b/samples/condor/Makefile index 11246b652c..a7a3c416b4 100644 --- a/samples/condor/Makefile +++ b/samples/condor/Makefile @@ -1,7 +1,11 @@ all: boinc_gahp clean: - rm boinc_gahp + rm -f boinc_gahp + +distclean: clean + +distclean-recursive: clean boinc_gahp: boinc_gahp.cpp ../../lib/remote_submit.h ../../lib/remote_submit.cpp ../../svn_version.h g++ -g -O0 -I../../lib -I../.. \