# Steering Wheel Remote # # Douglas Thrift # # $Id$ common := ../Common audacious := ../Audacious include $(common)/common.mk include $(audacious)/Audacious.mk .PHONY: all clean all: SteeringWheelRemote SteeringWheelRemote: SteeringWheelRemote.o -include *.d $(eval $(call clean,SteeringWheelRemote *.core *.d *.o))