Skip to content

Commit

Permalink
chore: add Makefile dev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Nov 26, 2019
1 parent 29122f7 commit 33324c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ PRE_LING_STEPS += generate
PRE_BUMPDEPS_STEPS += generate
include rules.mk

.PHONY: run
run: install
time depviz run --no-graph moul/depviz-test moul/depviz moul-bot/depviz-test
time depviz --debug server --without-recovery --godmode

.PHONY: update_examples
update_examples:
Expand Down Expand Up @@ -64,7 +68,7 @@ generate_local:

.PHONY: clean
clean:
rm -f gen.sum $(wildcard */*/*.pb.go */*/*.pb.gw.go) $(wildcard out/*)
rm -f gen.sum $(wildcard */*/*.pb.go */*/*.pb.gw.go) $(wildcard out/*) $(wildcard */*/*-packr.go) $(wildcard */*/packrd/*)


.PHONY: packr
Expand Down
2 changes: 1 addition & 1 deletion gen.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33324c9

Please sign in to comment.