diff options
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 |