Skip to content

Commit a515d23

Browse files
author
Ankit Gupta
committed
Revert makefile
1 parent 9e0ab42 commit a515d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ ROCKSDBJNILIB = ./java/librocksdbjni.jnilib
434434
JAVA_INCLUDE = -I/System/Library/Frameworks/JavaVM.framework/Headers/
435435
endif
436436

437-
rocksdbjava:
437+
rocksdbjava: clean
438438
OPT="-fPIC -DNDEBUG -O2" $(MAKE) $(LIBRARY) -j32
439439
cd java;$(MAKE) java;
440440
rm -f $(ROCKSDBJNILIB)

0 commit comments

Comments
 (0)