Remove setup script
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
build/*
|
build/*
|
||||||
bin/*
|
bin/*
|
||||||
|
|
||||||
.clangd
|
compile_commands.json
|
||||||
|
|
||||||
include/bindings/ruby_compiled.h
|
include/bindings/ruby_compiled.h
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ DEP_RELEASE := $(OBJ_RELEASE:.o=.d)
|
|||||||
|
|
||||||
# ---------------- TARGETS ----------------
|
# ---------------- TARGETS ----------------
|
||||||
|
|
||||||
.PHONY: all debug release clean setup mgems
|
.PHONY: all debug release clean mgems
|
||||||
|
|
||||||
all: debug
|
all: debug
|
||||||
|
|
||||||
@@ -65,13 +65,6 @@ debug: mgems $(TARGET_DEBUG)
|
|||||||
|
|
||||||
release: mgems $(TARGET_RELEASE)
|
release: mgems $(TARGET_RELEASE)
|
||||||
|
|
||||||
# ---------------- CLANGD ----------------
|
|
||||||
|
|
||||||
setup: setup.rb
|
|
||||||
@echo "Setting up clangd configuration..."
|
|
||||||
@ruby setup.rb
|
|
||||||
@echo "Done."
|
|
||||||
|
|
||||||
# ---------------- MRB_MGEMS ----------------
|
# ---------------- MRB_MGEMS ----------------
|
||||||
|
|
||||||
mgems:
|
mgems:
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
gnumake
|
gnumake
|
||||||
ruby
|
ruby
|
||||||
xxd
|
xxd
|
||||||
|
bear
|
||||||
|
|
||||||
sdl3
|
sdl3
|
||||||
sdl3-ttf
|
sdl3-ttf
|
||||||
|
|||||||
Reference in New Issue
Block a user