Skip to content

Commit 8f63c5e

Browse files
committed
Dafuq I just did on makefile?
1 parent 0f3b41c commit 8f63c5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: jpak
22

33
jpak:
4-
g++ -Ijsoncpp/includes/json/ -std=c++11 -fPIC -shared JPAK.cpp -lcurl -ljson -o libjpak.so
4+
g++ -Ijsoncpp/includes/json/ -std=c++11 -fPIC -shared JPAK.cpp -lcurl -ljsoncpp -o libjpak.so
55

66
clean:
7-
rm -fr libjpak.so
7+
rm -fr libjpak.so

0 commit comments

Comments
 (0)