embed-ruby/Makefile

3 lines
63 B
Makefile

main: main.c
gcc -o $@ $^ $$(pkg-config --cflags --libs ruby)