aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2018-01-15 19:53:32 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2018-01-15 19:53:32 -0500
commit340f6d43455b405e6441a77d3f6ee020ce2a0c5d (patch)
tree04fb95696654f20bce89e2e64f586a79e3921fc4
parent7ab938c01fe77042553e4fda713a9dfbf86c31bb (diff)
downloadlastfm-api-340f6d43455b405e6441a77d3f6ee020ce2a0c5d.tar.gz
use right name
-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