Add Makefile
This commit is contained in:
parent
4b2a80112e
commit
da87115761
1 changed files with 6 additions and 0 deletions
6
examples/Makefile
Normal file
6
examples/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#
|
||||||
|
# Makefile
|
||||||
|
# c9s, 2014-06-03 21:58
|
||||||
|
#
|
||||||
|
all:
|
||||||
|
gcc `pkg-config --libs --cflags r3 libpcre` simple.c -o simple
|
Loading…
Reference in a new issue