summaryrefslogtreecommitdiffstats
path: root/src/testremotecontrol/Makefile
diff options
context:
space:
mode:
authorMatthias P. Braendli (think) <matthias@mpb.li>2012-08-16 16:29:59 +0200
committerMatthias P. Braendli (think) <matthias@mpb.li>2012-08-16 16:29:59 +0200
commit2a4ec6dd6a48668589c7db2206c97e8781b644b3 (patch)
tree3cbde215632cd43b0e092ced0f58c6e32c54b622 /src/testremotecontrol/Makefile
parent52e36228e7b89de07af15a5029ac2655d5d55dfa (diff)
downloaddabmod-2a4ec6dd6a48668589c7db2206c97e8781b644b3.tar.gz
dabmod-2a4ec6dd6a48668589c7db2206c97e8781b644b3.tar.bz2
dabmod-2a4ec6dd6a48668589c7db2206c97e8781b644b3.zip
crc-dabmod: added RemoteControl code and test program
Diffstat (limited to 'src/testremotecontrol/Makefile')
-rw-r--r--src/testremotecontrol/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testremotecontrol/Makefile b/src/testremotecontrol/Makefile
new file mode 100644
index 0000000..d5b5d7d
--- /dev/null
+++ b/src/testremotecontrol/Makefile
@@ -0,0 +1,5 @@
+CXXFLAGS=-Wall -g -lboost_system -lboost_thread -I..
+
+all: test
+
+test: test.cpp ../RemoteControl.cpp