aboutsummaryrefslogtreecommitdiffstats
path: root/test/makefile
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-22 16:47:04 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-22 16:47:04 +0000
commit6d037d5c5b4c1c855c407e68d2e59965e4dcf67b (patch)
tree73c1b3276e749e40dde39b856e08a1cfe307b715 /test/makefile
parent6341c4acc757f6252f36156229212938357caa71 (diff)
downloadopt-utilities-6d037d5c5b4c1c855c407e68d2e59965e4dcf67b.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@28 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile
new file mode 100644
index 0000000..9933620
--- /dev/null
+++ b/test/makefile
@@ -0,0 +1,10 @@
+targets=test_optimizer
+
+all:$(targets)
+
+test_optimizer:test_optimizer.cpp
+ g++ $< -o $@ -I .. -O3
+
+
+clean:
+ rm -f $(targets) *.o *~