all: spotifyTest

spotifyTest: spotifyTest.c
	gcc `pkg-config --cflags --libs libspotify` -o $@ $@.c
