Commit 71bb91d7 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Adapt c example to meaningful archive name

parent 7e7b89a6
include ../../Makefile4gem
GEM := c_extension_example
include ../../Makefile4gem
GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment