hamnet70/impl/utils/visualizer/Makefile

8 lines
60 B
Makefile

all:
go build
clean:
rm -f visualizer
.PHONY: all clean