mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-11-23 05:50:36 -08:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
@$(CC) -o qpkg_encrypt qpkg_encrypt.c
|
|
|
|
clean:
|
|
rm -rf /bin/qpkg_encrypt
|