6 lines
108 B
Makefile
6 lines
108 B
Makefile
#
|
|
# Makefile
|
|
# c9s, 2014-06-03 21:58
|
|
#
|
|
all:
|
|
gcc `pkg-config --libs --cflags r3 libpcre` simple.c -o simple
|