Really removed the makefile now.

This commit is contained in:
lmika 2015-01-03 10:37:46 +11:00
parent ea0b8e933c
commit eab0eb1caf

View file

@ -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"