aes67-daemon/test/Makefile
Andrea Bondavalli 7621beb83c - added platform compatiblity test used to test issue #17
- removed demo
- updated documentation with info about the platform compatiblity test
2021-02-16 20:57:31 +01:00

9 lines
113 B
Makefile

CXX=g++
CC=g++
all: check createtest
createtest: createtest.o
check: check.o
clean:
rm *.o
rm check createtest