mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
@$(CC) -o qpkg_encrypt qpkg_encrypt.c
|
|
|
|
clean:
|
|
rm -rf /bin/qpkg_encrypt
|