diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-16 16:29:59 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-16 16:29:59 +0200 |
commit | 2a4ec6dd6a48668589c7db2206c97e8781b644b3 (patch) | |
tree | 3cbde215632cd43b0e092ced0f58c6e32c54b622 /src/testremotecontrol/Makefile | |
parent | 52e36228e7b89de07af15a5029ac2655d5d55dfa (diff) | |
download | dabmod-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/Makefile | 5 |
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 |