Skip to content

Commit

Permalink
Removed Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Nov 1, 2015
1 parent f5bf0eb commit e619a97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Website
website/public
website/make
website/Makefile
website/marathon*
.gitmodules

# Node.js
node_modules
Expand Down
17 changes: 0 additions & 17 deletions website/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion website/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ func main() {

e.Static("/", "public")

e.Run(":5091")
e.Run(":80")
}

0 comments on commit e619a97

Please sign in to comment.