diff options
author | Erich Eckner <git@eckner.net> | 2019-09-23 20:14:05 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-23 20:14:05 +0200 |
commit | a5a593c1b5cd60119f9b21c65640fffc0a765a0b (patch) | |
tree | 63ae256dd1f4dfd8492db218e14a628102b44b69 /Makefile | |
parent | e103f73f5025f9fda6067040f22a211ea3af753d (diff) | |
download | anzeige-a5a593c1b5cd60119f9b21c65640fffc0a765a0b.tar.xz |
Makefile: run target neu
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,4 +14,7 @@ multiplexer.o: multiplexer.c multiplexer.h all: anzeige -.PHONY: all +run: all + ./anzeige + +.PHONY: all run |