Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorPenguin18 authored Oct 4, 2021
1 parent 2ba4186 commit baaa22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build: libscry.h libscry.cc
g++ -lcurl -fPIC -shared libscry.cc -o libscry.so
g++ -lcurl -lsqlite3 -ljsoncpp -fPIC -shared libscry.cc -o libscry.so

install: libscry.h libscry.so
@mkdir -p /usr/include/
Expand Down

0 comments on commit baaa22b

Please sign in to comment.