Skip to content

Commit

Permalink
add make task no_peg
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishuu0123 committed Jul 21, 2018
1 parent ae08532 commit d1c0e44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
all: build

build_no_peg: depend bindata
go build

build: depend peg bindata
go build

Expand All @@ -19,4 +22,4 @@ examples: build
cat examples/simple.er | ./erd-go -o examples/outputs/simple.dot
cat examples/simple.er | ./erd-go | dot -Tpng -o examples/outputs/simple.png
cat examples/nfldb.er | ./erd-go -o examples/outputs/nfldb.dot
cat examples/nfldb.er | ./erd-go | dot -Tpng -o examples/outputs/nfldb.png
cat examples/nfldb.er | ./erd-go | dot -Tpng -o examples/outputs/nfldb.png

0 comments on commit d1c0e44

Please sign in to comment.