rename executable file name to scf
authoryu.dongliang <maja_creater@qq.com>
Sat, 15 Oct 2022 07:56:03 +0000 (15:56 +0800)
committeryu.dongliang <maja_creater@qq.com>
Sat, 15 Oct 2022 07:56:03 +0000 (15:56 +0800)
parse/Makefile

index 2967a02b9ccc40f464194314f9309a2fd972c0ea..2d851f835ee1a421bfabacbc4202e7eb32fb2b4f 100644 (file)
@@ -147,7 +147,7 @@ CFLAGS += -I../native/x64
 LDFLAGS +=
 
 all:
-       gcc $(CFLAGS) $(CFILES) $(LDFLAGS)
+       gcc $(CFLAGS) $(CFILES) $(LDFLAGS) -o scf
 
 clean:
        rm *.o