xs/hkexsh/Makefile
2018-05-26 23:44:13 -07:00

10 lines
100 B
Makefile

.PHONY: clean all
EXE = $(notdir $(shell pwd))
all:
go build .
clean:
$(RM) $(EXE) $(EXE).exe