all: *.cpp *.h g++ -o fakeccbeat -Iinclude *.cpp clean: rm -f fakeccbeat