diff options
| author | Ian Moffett <ian@osmora.org> | 2024-10-03 04:54:19 -0500 | 
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2024-10-03 04:54:19 -0500 | 
| commit | 6084dd1b4652f964d2a9da631e551cdcd96463d7 (patch) | |
| tree | 995fc2c10f01d8050fa1edff167d63e4358d99d2 /Makefile | |
| parent | a6372dd1c784c2de034ce97ad23c61e2396f7746 (diff) | |
build: Remove unused flags
Signed-off-by: Ian Moffett <ian@osmora.org>
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 | 
