diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-16 17:45:04 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-16 17:45:04 +0200 |
commit | 521ee81560be5d065bd090002a2c6b92a322a034 (patch) | |
tree | d4e575707616c423e602ede9118aef88a5b31f83 /src/testremotecontrol/Makefile | |
parent | f419f8cb2e3768789cb23593cfa7c850acc0fe72 (diff) | |
download | dabmod-521ee81560be5d065bd090002a2c6b92a322a034.tar.gz dabmod-521ee81560be5d065bd090002a2c6b92a322a034.tar.bz2 dabmod-521ee81560be5d065bd090002a2c6b92a322a034.zip |
crc-dabmod: RemoteControl simplifications
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 |