We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2ae24 commit c60245bCopy full SHA for c60245b
1 file changed
cpp/Makefile
@@ -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