From 521ee81560be5d065bd090002a2c6b92a322a034 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Thu, 16 Aug 2012 17:45:04 +0200 Subject: crc-dabmod: RemoteControl simplifications --- src/testremotecontrol/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testremotecontrol/Makefile') 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 -- cgit v1.2.3