From 2a4ec6dd6a48668589c7db2206c97e8781b644b3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Thu, 16 Aug 2012 16:29:59 +0200 Subject: crc-dabmod: added RemoteControl code and test program --- src/testremotecontrol/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/testremotecontrol/Makefile (limited to 'src/testremotecontrol/Makefile') 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 -- cgit v1.2.3