Cleanup left over sources

This commit is contained in:
Michael Tremer
2015-02-07 22:22:31 +00:00
parent 6a697701c2
commit 1eec8480e7
8 changed files with 15 additions and 13 deletions

View File

@@ -88,5 +88,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
ln -s $(THISAPP) /usr/src/directfb
# @rm -rf $(DIR_APP)
@rm -rf $(DIR_APP)
@$(POSTBUILD)