summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 4fdc242..0000000
--- a/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Makefile für das unifox.js Projekt
-
-# Ziel: alles
-all: setup
-
-# Ziel: setup
-setup:
- git clone https://github.com/your/repository.git
- cd repository
- chmod +x install.sh
- ./install.sh
-
-@echo "Setup completed."