all:
	g++ input_devices.cpp -o input_devices -lclanCore

clean:
	@rm -f input_devices
