diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index dd0ce1b..823fea7 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -83,4 +83,6 @@ $(OBJDIR)/%.o:$(SRCDIR)/%.S depend: $(ASRCS) $(CSRCS) $(CC) $(CFLAGS) $(INCLUDE) -M $(ASRCS) $(CSRCS) > depend +ifneq (clean,$(MAKECMDGOALS)) -include depend +endif