Remove setup script
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user