mirror of https://github.com/BOINC/boinc.git
Build: fix distclean target
This commit is contained in:
parent
9585a50671
commit
5900360a1f
|
@ -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../.. \
|
||||
|
|
Loading…
Reference in New Issue