aboutsummaryrefslogtreecommitdiffstats
path: root/src/testremotecontrol/Makefile
blob: 94565c519c9744df8d891b84bf05cef087b666bd (plain)
1
2
3
4
5
6
7
8
CXXFLAGS=-Wall -g -lboost_system -lboost_thread -I..

all: test

test: test.cpp ../RemoteControl.cpp

clean:
	rm test