xs/hkexpasswd/Makefile

11 lines
100 B
Makefile
Raw Normal View History

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