add new makefile

This commit is contained in:
feng-arch 2024-10-31 13:11:08 +08:00
parent 31e46c417d
commit 76887bcddc

View File

@ -57,5 +57,6 @@ clobber: clean
rm -f *.o rm -f *.o
rm -f *.obj rm -f *.obj
rm -f core rm -f core
rm -f $(VALID_OBJ_FILES)
.PHONY: all clean clobber .PHONY: all clean clobber