mirror of https://github.com/BOINC/boinc.git
Unix build: tweak Makefiles in sample apps
This commit is contained in:
parent
5cc3c9601e
commit
2c3bc9c9b9
|
@ -50,8 +50,7 @@ libstdc++.a:
|
|||
ttfont.cpp:
|
||||
ln -s ../../api/ttfont.cpp .
|
||||
|
||||
clean:
|
||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
||||
clean: distclean
|
||||
|
||||
distclean:
|
||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
||||
|
|
|
@ -21,8 +21,7 @@ all: $(PROGS)
|
|||
libstdc++.a:
|
||||
ln -s `g++ -print-file-name=libstdc++.a`
|
||||
|
||||
clean:
|
||||
rm $(PROGS) *.o
|
||||
clean: distclean
|
||||
|
||||
distclean:
|
||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
||||
|
|
|
@ -23,8 +23,7 @@ all: $(PROGS)
|
|||
libstdc++.a:
|
||||
ln -s `g++ -print-file-name=libstdc++.a`
|
||||
|
||||
clean:
|
||||
rm $(PROGS) *.o
|
||||
clean: distclean
|
||||
|
||||
distclean:
|
||||
/bin/rm -f $(PROGS) *.o libstdc++.a
|
||||
|
|
Loading…
Reference in New Issue