Add cleaning option
这个提交包含在:
父节点
ef0c9a157b
当前提交
34a5eb817c
4
Makefile
4
Makefile
@ -1,2 +1,6 @@
|
||||
ph7: api.c builtin.c compile.c constant.c hashmap.c lex.c lib.c memobj.c oo.c parse.c vfs.c vm.c interpreter.c
|
||||
cc -o ph7 api.c builtin.c compile.c constant.c hashmap.c lex.c lib.c memobj.c oo.c parse.c vfs.c vm.c interpreter.c -W -Wunused -Wall -I. -Ofast
|
||||
|
||||
clean:
|
||||
rm -rf *.o
|
||||
rm -rf ph7
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户