Merge pull request 'add new makefile' (#8) from new_makefile into main

Reviewed-on: https://external.feng-arch.cn:35127/fengqi/asm_parser/pulls/8
This commit is contained in:
fengqi 2024-10-31 05:11:24 +00:00
commit 77527491bb

View File

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