Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Improved Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Mar 7, 2017
1 parent caff4a8 commit d753e5b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Dummy make file
#
########################################################################################

.PHONY = fmt deps

########################################################################################

deps:
go get -v pkg.re/essentialkaos/ek.v7

fmt:
find . -name "*.go" -exec gofmt -s -w {} \;

########################################################################################

0 comments on commit d753e5b

Please sign in to comment.