Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Jul 14, 2016
1 parent f15a3e5 commit ffd5bcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libjsonnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jsonnet: cmd/jsonnet.cpp $(LIB_OBJ)
libjsonnet.so: $(LIB_OBJ)
$(CXX) $(LDFLAGS) $(LIB_OBJ) $(SHARED_LDFLAGS) -o $@
mkdir -p $(LIB_JSONNET_PATH)
mkdir -p $(LIB_JSONNET_PATH)
cp -rf include/libjsonnet.h $(LIB_JSONNET_PATH)
cp -rf libjsonnet.so $(LIB_JSONNET_PATH)

Expand Down

0 comments on commit ffd5bcd

Please sign in to comment.