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

mpd-beat: main.c
	$(CC) -Os -Wall -o mpd-beat -lpthread -lmpdclient -lwiringPi main.c