[libblockdev 08/10] Start a clean target.

mulhern amulhern at redhat.com
Wed Jun 25 21:35:37 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 3c08803..8d5bef7 100644
--- a/Makefile
+++ b/Makefile
@@ -79,3 +79,6 @@ run-root-ipython: build-library build-plugins build-introspection-data
 test: build-library build-plugins build-introspection-data
 	@echo
 	@sudo GI_TYPELIB_PATH=. LD_LIBRARY_PATH=src/plugins/:src/lib/ PYTHONPATH=.:tests/ python -m unittest discover -v -s tests/ -p '*_test.py'
+
+clean:
+	-rm src/lib/plugin_apis/*.c
-- 
1.9.3



More information about the anaconda-patches mailing list