This website requires JavaScript.
Explore
Help
Register
Sign In
RusstopiaLabs
/
xs
mirror of
https://gogs.blitter.com/RLabs/xs
Watch
1
Star
0
Fork
You've already forked xs
0
Code
Issues
Releases
Wiki
Activity
c3f3bcb13f
xs
/
hkexpasswd
/
Makefile
11 lines
100 B
Makefile
Raw
Blame
History
.PHONY
:
clean
all
EXE
=
$(
notdir
$(
shell
pwd
)
)
all
:
go build .
clean
:
$(
RM
)
$(
EXE
)
$(
EXE
)
.exe
View Git Blame
Copy Permalink