Fixed typo in Makefile

This commit is contained in:
Dreaded_X 2020-09-21 02:57:24 +02:00
parent a41b3a01b5
commit bcdc6431ee

View File

@ -10,7 +10,6 @@ $(BUILDDIR):
all: $(BUILDDIR) $(BIN)
.PHONE: clean
.PHONY: clean
clean:
@rm -df $(BUILDDIR)/*.bin $(BUILDDIR)/*.lst .build