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)
endif
clean-src:
clean:
rm -rf $(BUILDDIRS)
$(MAKE) -C src clean-src
$(MAKE) -C src clean
clean-bin:
rm -rf $(BUILDDIRS)
$(MAKE) -C src clean-dots
clean:
$(MAKE) clean-src
distclean:
$(MAKE) clean
$(MAKE) -C src clean-src
rm -rf config.mak distro.mak
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