X-Git-Url: https://git.cworth.org/git?p=mnemon;a=blobdiff_plain;f=Makefile;h=360b418b1c66d516311e9b1d346f4a1c69ca3b99;hp=238afe1719e90d14d6983bfde2c5b6b1d408dbea;hb=73795a28906023f8e17367ad81cb805b95d8d84b;hpb=640321106d0b60f1f9ed408537691b90a768a651 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)