aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 13:08:26 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 13:08:26 +0000
commitf11adda11d1275bcff45b20c15194d7a76bb6b59 (patch)
treeb57521b8eeef3fe85130ebb32a964a3dbac7aebd /example/Makefile
parent1a63d3a669ebcff212e52ddb1e4efae473550f9f (diff)
downloadopt-utilities-f11adda11d1275bcff45b20c15194d7a76bb6b59.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@54 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
new file mode 100644
index 0000000..24fc4f0
--- /dev/null
+++ b/example/Makefile
@@ -0,0 +1,8 @@
+target=test_optimizer
+
+
+test_optimizer:test_optimizer.cpp
+ g++ -o $@ $< -I ../ -O2
+
+clean:
+ rm -f $(target)