Commit 6cd43af7 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix make clean

parent cd42e824
...@@ -68,8 +68,8 @@ clean: FORCE ...@@ -68,8 +68,8 @@ clean: FORCE
@echo " 'make bin' isn't available at the moment" @echo " 'make bin' isn't available at the moment"
@echo " you probably wanna run 'make clean-src' then" @echo " you probably wanna run 'make clean-src' then"
@echo " you can still run 'make clean-bin' manually if needed" @echo " you can still run 'make clean-bin' manually if needed"
rm -rf config.mak
$(MAKE) clean-src $(MAKE) clean-src
rm -rf config.mak distro.mak
package-macosx: FORCE package-macosx: FORCE
@if test -d tmp; then \ @if test -d tmp; then \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment