Really removed the makefile now.
This commit is contained in:
parent
ea0b8e933c
commit
eab0eb1caf
1 changed files with 0 additions and 12 deletions
12
makefile
12
makefile
|
|
@ -1,12 +0,0 @@
|
|||
GO = go
|
||||
|
||||
GOFILES = main.go ui.go grid.go
|
||||
|
||||
ted: $(GOFILES)
|
||||
$(GO) build -o ted $(GOFILES)
|
||||
|
||||
clean:
|
||||
-rm ted
|
||||
|
||||
dependencies:
|
||||
$(GO) get "github.com/nsf/termbox-go"
|
||||
Loading…
Add table
Add a link
Reference in a new issue