diff --git a/Makefile b/Makefile
index ac917d7..8104137 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,13 @@ run: kill build
 
 run-interactive: kill build
 	sudo docker run -i -t --name surveil surveil_image bash
+
+test:
+	tox
+
+clean:
+	rm -rf pbr-*.egg
+	rm -rf surveil.egg-info
+	rm -rf .tox
+	rm -rf .testrepository
+	rm -rf doc/build