Fixed typo in Makefile
This commit is contained in:
parent
6dc11ba681
commit
cc9ca3df91
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