yao/tests/plugins/Makefile
2021-10-18 22:01:25 +08:00

8 lines
No EOL
104 B
Makefile

all: clean plugin
plugin:
go build -o ./dist/user ./user
chmod +x ./dist/user
clean:
rm -rf ./dist