diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e660fd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/ diff --git a/Makefile b/Makefile index ce77bfb..f97097e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BINARY = zeitkort-web +BINARY = poc-zeitkort-web .PHONY: build run clean diff --git a/bin/zeitkort-web b/bin/zeitkort-web deleted file mode 100755 index f7f1d7b..0000000 Binary files a/bin/zeitkort-web and /dev/null differ