Skip to content

Commit

Permalink
[irods#111] add clean target for nanodbc
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed May 7, 2021
1 parent 9ffb518 commit 06d3485
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
Expand Up @@ -230,7 +230,7 @@ zeromq4-1_clean :
@rm -rf zeromq4-1*
@rm -rf $(ZEROMQ4-1_PACKAGE)

clean : autoconf_clean avro_clean aws-sdk-cpp_clean boost_clean catch2_clean clang_clean clang-runtime_clean cmake_clean cppzmq_clean cpr_clean cpython_clean elasticlient_clean imagemagick_clean jansson_clean json_clean libarchive_clean libs3_clean mungefs_clean pistache_clean qpid_clean redis_clean spdlog_clean zeromq4-1_clean
clean : autoconf_clean avro_clean aws-sdk-cpp_clean boost_clean catch2_clean clang_clean clang-runtime_clean cmake_clean cppzmq_clean cpr_clean cpython_clean elasticlient_clean imagemagick_clean jansson_clean json_clean libarchive_clean libs3_clean mungefs_clean nanodbc_clean pistache_clean qpid_clean redis_clean spdlog_clean zeromq4-1_clean
@echo "Cleaning generated files..."
@rm -rf packages.mk
@echo "Done."

0 comments on commit 06d3485

Please sign in to comment.