mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-05 12:44:10 +00:00
8 lines
150 B
Makefile
8 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
|