summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@localhost.localdomain>2009-08-13 09:59:23 -0400
committerGavin Romig-Koch <gavin@localhost.localdomain>2009-08-13 09:59:23 -0400
commit24a0dc4b2ddee68f2ed5d975eb6a587dcc7f0e6a (patch)
tree1692b42aa8d6d8542cfda3d09c6d663d570077b5 /Makefile
parent8b3591237771d6aa903870507f84032f59973a44 (diff)
downloadfastback-24a0dc4b2ddee68f2ed5d975eb6a587dcc7f0e6a.tar.gz
fastback-24a0dc4b2ddee68f2ed5d975eb6a587dcc7f0e6a.tar.xz
fastback-24a0dc4b2ddee68f2ed5d975eb6a587dcc7f0e6a.zip
basic uploading
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 79d4062..c4c9a98 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@
default: fastback
fastback: fastback.o
- g++ -o $@ $<
+ g++ -o $@ $$(curl-config --libs) $<
fastback.o: fastback.cpp
- g++ -c -o $@ $<
+ g++ -c -o $$(curl-config --cflags) $@ $<