X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=d07d5ecf31ec126948020259522ca9c6408f621c;hb=db8443ee2307b9c87fe8983b3ce4299ea2b60d79;hp=a234c45070355bc1ad0ceeb62ebe85e616c34954;hpb=d0f1559f485d5eead4cd7137b5e55ed315b4e1fe;p=pong.git diff --git a/Makefile b/Makefile index a234c45..d07d5ec 100644 --- 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