Skip to content

Commit

Permalink
rename main file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqingc committed Oct 1, 2018
1 parent 1986df8 commit f86e395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENTRY := cmd/rmdashrf/main.go
ENTRY := cmd/rmdashrf/rmdashrf.go
OUTDIR := bin
all: cmd/rmdashrf/main.go
go build -o $(OUTDIR)/main.out $(ENTRY)
all: cmd/rmdashrf/rmdashrf.go
go install
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/rmdashrf/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// VERSION is the current version of RMDASHRF
const VERSION = "v0.1.0"
const VERSION string = "v0.1.0"

0 comments on commit f86e395

Please sign in to comment.