diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | anzeige.c (renamed from test.c) | 0 | ||||
-rwxr-xr-x | test | bin | 0 -> 17248 bytes |
4 files changed, 5 insertions, 1 deletions
@@ -1 +1 @@ -test +anzeige @@ -1,2 +1,6 @@ %: %.c gcc -o "$@" -Werror=implicit-function-declaration "$<" + +all: anzeige + +.PHONY: all Binary files differ |