diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
![]() |
index : lastfm-api | |
| [no description] | gitolite user |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Makefile | 2 |
@@ -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 |