Add Makefile

This commit is contained in:
c9s 2014-06-03 22:10:12 +08:00
parent 4b2a80112e
commit da87115761

6
examples/Makefile Normal file
View file

@ -0,0 +1,6 @@
#
# Makefile
# c9s, 2014-06-03 21:58
#
all:
gcc `pkg-config --libs --cflags r3 libpcre` simple.c -o simple