]> git.cworth.org Git - mnemon/blobdiff - Makefile
Add /h command for printing a histogram of the current bins.
[mnemon] / Makefile
index 238afe1719e90d14d6983bfde2c5b6b1d408dbea..360b418b1c66d516311e9b1d346f4a1c69ca3b99 100644 (file)
--- 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)