usecfs/test/Makefile
2019-10-21 20:43:23 +02:00

9 lines
226 B
Makefile

CFLAGS:=-I../src/ -DBLOCKDEV_OPEN_ARGS=\"test.bin\" -g -ggdb -DCRYPTO
all: test
test: main.o ../src/usecfs.o ../src/usecfs_dev_test.o
gcc -o $@ $^ -lwolfssl
clean:
rm main.o ../src/usecfs.o ../src/usecfs_dev_test.o test