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