aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a452c47..6c081d2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ kill:
-rm -f pid
start:
- ./lastfm & echo $$! > pid
+ ./lastfm-api & echo $$! > pid
watch:
watchman-make -p '*.go' 'templates/*.tmpl' -t all