Remove setup script

This commit is contained in:
2026-07-08 15:22:03 +01:00
parent 9bd1ee7a29
commit 8f73f09b58
5 changed files with 4 additions and 24 deletions
+1 -8
View File
@@ -57,7 +57,7 @@ DEP_RELEASE := $(OBJ_RELEASE:.o=.d)
# ---------------- TARGETS ----------------
.PHONY: all debug release clean setup mgems
.PHONY: all debug release clean mgems
all: debug
@@ -65,13 +65,6 @@ debug: mgems $(TARGET_DEBUG)
release: mgems $(TARGET_RELEASE)
# ---------------- CLANGD ----------------
setup: setup.rb
@echo "Setting up clangd configuration..."
@ruby setup.rb
@echo "Done."
# ---------------- MRB_MGEMS ----------------
mgems: