„Makefile“ ändern

This commit is contained in:
MrBesen 2020-09-23 13:53:58 +02:00
parent 0b69ee0f36
commit e6547ccd41
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $(LOGO):
$(MAKE) -C $(LOGF) all
clean:
$(RM) -r $(NAME) $(BUILDDIR) $(NAMETEST) $(NAME)_strip shader/debug/
$(RM) -r $(NAME) $(BUILDDIR) $(NAMETEST) $(NAME)_strip
$(MAKE) -C $(LOGF) $@
$(NAMETEST): $(BUILDDIRS) $(DEPF) $(TESTF)*.cpp $(OBJFILESTEST)