Commit a902512e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: consistency between Makefile and src/Makefile

parent 1880b882
...@@ -76,16 +76,17 @@ using-bin: hosts/$(HOST)/.$(CONTRIBREV) ...@@ -76,16 +76,17 @@ using-bin: hosts/$(HOST)/.$(CONTRIBREV)
endif endif
clean-src: clean:
rm -rf $(BUILDDIRS) rm -rf $(BUILDDIRS)
$(MAKE) -C src clean-src $(MAKE) -C src clean
clean-bin: clean-bin:
rm -rf $(BUILDDIRS) rm -rf $(BUILDDIRS)
$(MAKE) -C src clean-dots $(MAKE) -C src clean-dots
clean: distclean:
$(MAKE) clean-src $(MAKE) clean
$(MAKE) -C src clean-src
rm -rf config.mak distro.mak rm -rf config.mak distro.mak
bin: using-bin bin: using-bin
......
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