]> git.armaanb.net Git - pong.git/blobdiff - Makefile
Randomize direction of index
[pong.git] / Makefile
index a234c45070355bc1ad0ceeb62ebe85e616c34954..d07d5ecf31ec126948020259522ca9c6408f621c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all:
        ${CC} -o pong pong.c ${CLAGS} -Wall -Wextra -std=c99 -pedantic \
-               -lcurses ${LDFLAGS}
+               -lcurses -lm ${LDFLAGS}
        scdoc < pong.1.scd > pong.1
 
 install: all