You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
318 B
9 lines
318 B
# Builds tests.cpp for Redis-based netconf master tests on Linux or OSX |
|
|
|
all: FORCE |
|
$(CXX) -g -o tests tests.cpp ../../node/Utils.o ../../node/Identity.o ../../node/C25519.o ../../node/SHA512.o ../../node/Salsa20.o ../../node/CertificateOfMembership.o ../../node/Dictionary.o |
|
|
|
clean: |
|
rm -rf tests *.o *.dSYM |
|
|
|
FORCE:
|
|
|