Builds based on Make
[lgpl/argeo-commons.git] / jni / jni.mk
index 46f06749c91185ff5b929dd028dec65c24ad8613..40dde446958e754f28cd97f36534088f9ad9a29e 100644 (file)
@@ -50,9 +50,6 @@ $(BUILD_DIR)/%.cpp.o: %.cpp
        mkdir -p $(dir $@)
        $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
 
-clean:
-       rm -r $(BUILD_DIR) $(SDK_BUILD_BASE)/$(TARGET_EXEC)
-
 # Include the .d makefiles. The - at the front suppresses the errors of missing
 # Makefiles. Initially, all the .d files will be missing, and we don't want those
 # errors to show up.