mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
- Why on earth libtool is needed for a simple rm?
- add distclean as a target to main Makefile git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@284 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c48512c35d
commit
39984b3686
@ -127,3 +127,6 @@ wsjt.spec: wsjt.py astro.py g.py options.py palettes.py smeter.py specjt.py
|
|||||||
clean:
|
clean:
|
||||||
${RM} -f *.o *.pyc *.so *~ JT65code wsjt6
|
${RM} -f *.o *.pyc *.so *~ JT65code wsjt6
|
||||||
(cd portaudio-v19;${MAKE} clean)
|
(cd portaudio-v19;${MAKE} clean)
|
||||||
|
distclean: clean
|
||||||
|
${RM} -f config.log config.status Makefile
|
||||||
|
(cd portaudio-v19;${MAKE} distclean)
|
||||||
|
@ -154,7 +154,7 @@ uninstall:
|
|||||||
$(MAKE) uninstall-recursive
|
$(MAKE) uninstall-recursive
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(LIBTOOL) --mode=clean rm -f $(LTOBJS) $(ALL_TESTS) lib/$(PALIB)
|
rm -f $(LTOBJS) $(ALL_TESTS) lib/$(PALIB)
|
||||||
rm -f bin-stamp lib-stamp
|
rm -f bin-stamp lib-stamp
|
||||||
-rm -rf bin lib
|
-rm -rf bin lib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user