Browse Source

add Makefile

master
Brett Langdon 10 years ago
parent
commit
445a89d099
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      Makefile

+ 5
- 0
Makefile View File

@ -0,0 +1,5 @@
jsonstream: ./cmd/jsonstream.go ./reader.go ./formatter.go ./utils.go
go build cmd/jsonstream.go
clean:
rm ./jsonstream

Loading…
Cancel
Save