8 lines
60 B
Makefile
8 lines
60 B
Makefile
all:
|
|
go build
|
|
|
|
clean:
|
|
rm -f visualizer
|
|
|
|
.PHONY: all clean
|