mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -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
43b2c7cd78
commit
910e4b8065
@ -127,3 +127,6 @@ wsjt.spec: wsjt.py astro.py g.py options.py palettes.py smeter.py specjt.py
|
||||
clean:
|
||||
${RM} -f *.o *.pyc *.so *~ JT65code wsjt6
|
||||
(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
|
||||
|
||||
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 -rf bin lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user