usecfs/test/Makefile

10 lines
226 B
Makefile
Raw Permalink Normal View History

2019-10-21 20:43:23 +02:00
CFLAGS:=-I../src/ -DBLOCKDEV_OPEN_ARGS=\"test.bin\" -g -ggdb -DCRYPTO
2019-10-21 19:23:55 +02:00
all: test
2019-10-21 20:43:23 +02:00
test: main.o ../src/usecfs.o ../src/usecfs_dev_test.o
gcc -o $@ $^ -lwolfssl
2019-10-21 19:23:55 +02:00
clean:
rm main.o ../src/usecfs.o ../src/usecfs_dev_test.o test