summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authormarlonivo <email@marlonivo.xyz>2024-08-22 03:58:40 +0000
committermarlonivo <email@marlonivo.xyz>2024-08-22 03:58:40 +0000
commit2da44bd133c1c1af7f12290216178e04292cd2fc (patch)
treef5caa73d4918944de52098b89e148400d98bc41d /makefile
parent8b388c01b3be1ef3b76710aed4122bf7714203c7 (diff)
Update
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."