Merge win32 branche (1.1.2.1) with main trunc !
This commit is contained in:
8
util/Makefile
Normal file
8
util/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
all: ndbench
|
||||
|
||||
ndbench: ndbench.c ../../libver/ver.h ../lib/node.h ../../libver/libver.so ../lib/libnode.so Makefile
|
||||
gcc -g -o ndbench -I ../../libver -I ../lib -ldl ../../libver/libver.so ../lib/libnode.so ndbench.c
|
||||
|
||||
clean:
|
||||
rm ndbench
|
||||
Reference in New Issue
Block a user