summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4539ba01a..000000000
--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-GEM := mruby-pack
-
-include $(MAKEFILE_4_GEM)
-
-GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
-GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))
-
-gem-all : $(GEM_OBJECTS) gem-c-files
-
-gem-clean : gem-clean-c-files
-
-gem-test : gem-test-c-files