diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CFILES_OTLIB = $(shell find lib/ -name "*.c") -CFLAGS_OTLIB = -pedantic -Ilib/include/ -fPIC -lssl -lcrypto +CFLAGS_OTLIB = -pedantic -Ilib/include/ -fPIC OTLIB_OBJ = $(CFILES_OTLIB:.c=.o) CC = gcc |