fix make clean

This commit is contained in:
Joshua Bell 2019-01-08 08:09:15 -08:00
parent ad5ff3502f
commit 12d9be9382
1 changed files with 1 additions and 1 deletions

View File

@ -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)