diff options
Diffstat (limited to 'src/testremotecontrol/Makefile')
-rw-r--r-- | src/testremotecontrol/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testremotecontrol/Makefile b/src/testremotecontrol/Makefile index d5b5d7d..94565c5 100644 --- a/src/testremotecontrol/Makefile +++ b/src/testremotecontrol/Makefile @@ -3,3 +3,6 @@ CXXFLAGS=-Wall -g -lboost_system -lboost_thread -I.. all: test test: test.cpp ../RemoteControl.cpp + +clean: + rm test |