AETHER-2319 remove no-show option

Change-Id: I582a6e26e276a41066690c341a7318e9a989cd36
diff --git a/Makefile b/Makefile
index 3c5b584..1ca4c1f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,21 +45,15 @@
 run:
 	docker run -itu root:root --privileged --network host --name $(IMAGE) --rm $(IMAGE)
 
-run-native-test: $(VENV)
+run-native-file: $(VENV)
 	. ./bin/person_detection.sh -i ./resources/run.mp4
 
-run-native: $(VENV) 
+run-native-gstream: $(VENV) 
 	. ./bin/person_detection.sh -i gstreamer
 
 run-native-cam: $(VENV)
 	. ./bin/person_detection.sh -i cam
 
-run-native-test-no-show: $(VENV)
-	. ./bin/person_detection.sh -i ./resources/run.mp4 -ns
-
-run-native-no-show: $(VENV)
-	. ./bin/person_detection.sh -i gstreamer -ns
-
 test: