Newer
Older
mpd-beat / Makefile
CC=gcc
CFLAGS=-I.

mpd-beat: main.c
	gcc -o mpd-beat -lmpdclient -lwiringPi main.c