diff options
author | Ben Burwell <ben@benburwell.com> | 2018-05-24 23:19:26 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2018-05-24 23:19:26 -0400 |
commit | 65b8fb514db9fc5125494b3393699bf666ed9cb2 (patch) | |
tree | 1403327124796b215ebdb1982af135943732e6cd /Makefile | |
parent | a3786c8698f8b7c85d09e241cf09dc0e8ced9da2 (diff) |
Get lat/long from config file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -phlux: main.go colortemp.go +phlux: main.go colortemp.go config.go go build . |