blob: 07d1586cd664373b7ea1c54011c46f0a52bf4d45 [file] [log] [blame]
INCLUDE := -I../include/ -I./psa_manifest
.PHONY: all clean
all:
psa_autogen manifest.json
$(CC) psa_ff_bootstrap_TEST_PARTITION.c -lpsaff -o partition
$(CC) client.c -lpsaff -o client
clean:
rm -rf psa_manifest
rm -f client partition psa_ff_bootstrap_TEST_PARTITION.c