mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 20:16:54 +02:00
7 lines
150 B
Makefile
7 lines
150 B
Makefile
# http://creativecommons.org/publicdomain/zero/1.0/
|
|
|
|
all:
|
|
gcc -Wall -O2 -DKISSDB_TEST -o kissdb-test kissdb.c
|
|
|
|
clean:
|
|
rm -f kissdb-test *.o test.db
|