summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/Makefile')
-rw-r--r--mrbgems/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mrbgems/Makefile b/mrbgems/Makefile
index 7f2157032..368488926 100644
--- a/mrbgems/Makefile
+++ b/mrbgems/Makefile
@@ -12,10 +12,14 @@ CC_FLAGS := -Wall -Werror-implicit-function-declaration -g -O3 -MMD -I. -I./../i
.PHONY : all
all : $(INIT).o
+# @TODO:
+# all available GEMS have to be built
$(INIT).o : $(INIT).c
gcc $(CC_FLAGS) -c $(INIT).c -o $(INIT).o
@$(MAKE) -C md5
+# @TODO:
+# all available GEMS have to be cleaned
.PHONY : clean
clean :
$(RM_F) $(INIT).o $(INIT).d $(LIBRGEMS)