Tidied up a little

This commit is contained in:
John Newby
2019-08-01 15:58:21 +02:00
parent 4da3c6e62b
commit 1863c5fe37
3 changed files with 16 additions and 2 deletions
+1
View File
@@ -10,3 +10,4 @@ LDPATH = -Ltarget/debug
test: src/test.c include/ecrecover.h target/debug/libecrecover.so
$(CC) -o $@ $^ $(CFLAGS) $(LDPATH)
./test