Skip to content

Commit c60245b

Browse files
committed
Added Makefile to libjpak
1 parent 3c2ae24 commit c60245b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cpp/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
all: jpak
2+
3+
jpak:
4+
g++ -std=c++11 -fPIC -shared JPAK.cpp -lcurl -ljson -o libjpak.so
5+
6+
clean:
7+
rm -fr libjpak.so

0 commit comments

Comments
 (0)