summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile4
-rw-r--r--anzeige.c (renamed from test.c)0
-rwxr-xr-xtestbin0 -> 17248 bytes
4 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9daeafb..ff41870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-test
+anzeige
diff --git a/Makefile b/Makefile
index 1c3065a..7fe30d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,6 @@
%: %.c
gcc -o "$@" -Werror=implicit-function-declaration "$<"
+
+all: anzeige
+
+.PHONY: all
diff --git a/test.c b/anzeige.c
index 24d6011..24d6011 100644
--- a/test.c
+++ b/anzeige.c
diff --git a/test b/test
new file mode 100755
index 0000000..2154519
--- /dev/null
+++ b/test
Binary files differ