diff options
author | marlonivo <email@marlonivo.xyz> | 2024-08-22 03:58:40 +0000 |
---|---|---|
committer | marlonivo <email@marlonivo.xyz> | 2024-08-22 03:58:40 +0000 |
commit | 2da44bd133c1c1af7f12290216178e04292cd2fc (patch) | |
tree | f5caa73d4918944de52098b89e148400d98bc41d /makefile | |
parent | 8b388c01b3be1ef3b76710aed4122bf7714203c7 (diff) |
Update
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 13 |
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." |