mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 22:46:54 +02: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
|