X-Git-Url: https://git.cworth.org/git?p=mnemon;a=blobdiff_plain;f=Makefile;fp=Makefile;h=360b418b1c66d516311e9b1d346f4a1c69ca3b99;hp=238afe1719e90d14d6983bfde2c5b6b1d408dbea;hb=f73556d049d6c8b26a6619d7321899974c7fa764;hpb=4d9ee7a6a873fbe3e1264263ccd53127569afa58 diff --git a/Makefile b/Makefile index 238afe1..360b418 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ MY_CFLAGS=-Wall -Wextra -Wmissing-prototypes -Wno-unused-parameter -Wno-sign-compare -MY_LDFLAGS=-lreadline +MY_LDFLAGS=-lreadline -lm PROGRAMS=mnemon all: $(PROGRAMS)