Fixed typo in Makefile

This commit is contained in:
Dreaded_X 2020-09-21 02:58:04 +02:00
parent 6dc11ba681
commit cc9ca3df91

View File

@ -8,8 +8,7 @@ $(BUILDDIR)/XED.COM: src/crt0.z80 src/* include/* lib/*
$(BUILDDIR):
@mkdir $(BUILDDIR)
.PHONE: clean
.PHONY: clean
clean:
@rm -rf $(BUILDDIR)/s
@rm -df $(BUILDDIR)/*.COM $(BUILDDIR)/*.lst .build