Adapt c example to meaningful archive name

This commit is contained in:
Daniel Bovensiepen
2012-11-23 02:55:35 +08:00
parent 7e7b89a6fa
commit 71bb91d72a
+2 -2
View File
@@ -1,7 +1,7 @@
include ../../Makefile4gem
GEM := c_extension_example
include ../../Makefile4gem
GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))