summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f04d9ec..f0609a0 100644
--- a/Makefile
+++ b/Makefile
@@ -14,4 +14,7 @@ multiplexer.o: multiplexer.c multiplexer.h
all: anzeige
-.PHONY: all
+run: all
+ ./anzeige
+
+.PHONY: all run