Remove setup script
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
build/*
|
||||
bin/*
|
||||
|
||||
.clangd
|
||||
compile_commands.json
|
||||
|
||||
include/bindings/ruby_compiled.h
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
+1
-1
@@ -30,4 +30,4 @@ struct Scene {
|
||||
inline Pool<Scene> scene_pool;
|
||||
} // namespace app
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user