Fixed typo in Makefile
This commit is contained in:
3
Makefile
3
Makefile
@@ -8,8 +8,7 @@ $(BUILDDIR)/XED.COM: src/crt0.z80 src/* include/* lib/*
|
|||||||
$(BUILDDIR):
|
$(BUILDDIR):
|
||||||
@mkdir $(BUILDDIR)
|
@mkdir $(BUILDDIR)
|
||||||
|
|
||||||
.PHONE: clean
|
.PHONY: clean
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf $(BUILDDIR)/s
|
@rm -rf $(BUILDDIR)/s
|
||||||
@rm -df $(BUILDDIR)/*.COM $(BUILDDIR)/*.lst .build
|
@rm -df $(BUILDDIR)/*.COM $(BUILDDIR)/*.lst .build
|
||||||
|
|||||||
Reference in New Issue
Block a user