summaryrefslogtreecommitdiffstats
path: root/cpgx/Makefile
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2009-05-22 16:06:40 -0500
committerDavid Teigland <teigland@redhat.com>2009-05-22 16:06:40 -0500
commitf32d252bbbe6c63fee2248c0b0667351bdb303bb (patch)
treedcce40287df56b1ba2ba76fae3e5bce055cbd3ba /cpgx/Makefile
downloaddct-stuff-f32d252bbbe6c63fee2248c0b0667351bdb303bb.tar.gz
dct-stuff-f32d252bbbe6c63fee2248c0b0667351bdb303bb.tar.xz
dct-stuff-f32d252bbbe6c63fee2248c0b0667351bdb303bb.zip
cpgx: initial import
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'cpgx/Makefile')
-rw-r--r--cpgx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpgx/Makefile b/cpgx/Makefile
new file mode 100644
index 0000000..54e3860
--- /dev/null
+++ b/cpgx/Makefile
@@ -0,0 +1,4 @@
+cpgx: cpgx.c
+ gcc -L/usr/lib64 cpgx.c -g -o cpgx -lcpg
+
+