removed include from gcc command line

This commit is contained in:
John Newby 2019-08-02 10:53:39 +02:00
parent 01b52b36f1
commit 155bcfbe11

View File

@ -8,6 +8,6 @@ LDPATH = -Ltarget/debug
test: src/test.c include/ecrecover.h target/debug/libecrecover.so
test: src/test.c target/debug/libecrecover.so
$(CC) -o $@ $^ $(CFLAGS) $(LDPATH)
./test