summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-14 23:15:14 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-14 23:15:14 +0100
commit80af680e18ea3db3b0e9a2f0da9b02cbba480c1e (patch)
treeb83c1847481a9711fb27ba4c7ca5d6d0aac5dfef /Makefile
parentd71d1f504b983336063e5700987764cc705e4b75 (diff)
Note handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index facb0e4..11d40f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
OBJS=maestropond.o
maestropond: ${OBJS}
- gcc -g ${OBJS} -o maestropond
+ gcc -g ${OBJS} -o maestropond -lm
maestropond.o: maestropond.c
gcc -g -W -Wall -c maestropond.c -o maestropond.o