xs/hkexshd/Makefile

11 lines
100 B
Makefile
Raw Normal View History

2018-05-27 06:44:13 +00:00
.PHONY: clean all
EXE = $(notdir $(shell pwd))
all:
go build .
clean:
$(RM) $(EXE) $(EXE).exe