Build: fix distclean target

This commit is contained in:
Christian Beer 2017-10-26 15:13:48 +02:00
parent 9585a50671
commit 5900360a1f
1 changed files with 5 additions and 1 deletions

View File

@ -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../.. \