projects
/
scf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cad57a
)
rename executable file name to scf
author
yu.dongliang
<maja_creater@qq.com>
Sat, 15 Oct 2022 07:56:03 +0000
(15:56 +0800)
committer
yu.dongliang
<maja_creater@qq.com>
Sat, 15 Oct 2022 07:56:03 +0000
(15:56 +0800)
parse/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/parse/Makefile
b/parse/Makefile
index 2967a02b9ccc40f464194314f9309a2fd972c0ea..2d851f835ee1a421bfabacbc4202e7eb32fb2b4f 100644
(file)
--- a/
parse/Makefile
+++ b/
parse/Makefile
@@
-147,7
+147,7
@@
CFLAGS += -I../native/x64
LDFLAGS +=
all:
- gcc $(CFLAGS) $(CFILES) $(LDFLAGS)
+ gcc $(CFLAGS) $(CFILES) $(LDFLAGS)
-o scf
clean:
rm *.o