diff --git a/Makefile b/Makefile index 702f462..0638252 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ HEADERS = $(wildcard *.inc) clean: rm -f $(OUTDIR)/*.o rm -f $(OUTDIR)/*.list - rm -f $(OUTDIR)/$(TARGETS) + rm -f $(TARGETS) $(OUTDIR)/%.o: %.s $(HEADERS)