X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=1aa01ecf53627e916bb71b8b7ba5cb3ead337bce;hb=b01b57f3c5caf03f405e386fae809948a5a7f5c6;hp=f4638e2d74d05aaf45f65641c31de5d9388d3907;hpb=d1a245f4a75747a1c4a1c08385817cb637e1c7af;p=linenoise.git diff --git a/Makefile b/Makefile index f4638e2..1aa01ec 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -Wall -W -Os -g -Wno-unused-parameter +CFLAGS += -Wall -W -Os -g CC ?= gcc all: linenoise_example linenoise_utf8_example