X-Git-Url: https://git.armaanb.net/?p=pong.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=d07d5ecf31ec126948020259522ca9c6408f621c;hp=a234c45070355bc1ad0ceeb62ebe85e616c34954;hb=94ec7464b5639e49cd93ee1a7a6787526f0263bd;hpb=65ba1edac573cbc321bb4a22068becf1f1bd9b67 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