yeah! it simulates the user activity! woo! awesome
[ozzloy@gmail.com/oble] / Makefile
index 4463e6afeda9931fafe7a76b6c1f72aed60c2eff..fd1361f0d5a9270af520d369adbaf0720b6136a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,8 @@ dbushello: dbushello.c
 
 test: all
        ./hello-world /usr/share/opencv/haarcascades/haarcascade_frontalface_alt.xml
+
+clean:
+       rm -rf hello-world tags dbushello
+
+.PHONY: clean