Merge pull request #613 from nfi/distclean

Fixed distclean to work when CONTIKI_PROJECT is set to multiple files.
ico
Adam Dunkels 2014-06-11 23:16:36 +02:00
commit f13184383c
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ clean:
-rm -rf $(OBJECTDIR)
distclean: clean
-rm -rf $(CONTIKI_PROJECT).$(TARGET)
-rm -f ${addsuffix .$(TARGET),$(CONTIKI_PROJECT)}
-include $(CONTIKI)/platform/$(TARGET)/Makefile.customrules-$(TARGET)