summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6192c25..ce69bdd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
DESTDIR=/usr/local/bin/
default:
- gcc rtv4d-dl.c -o rtv4d-dl -Wall -lm -I.
+ gcc rtv4d-dl.c -o rtv4d-dl -Wall -I.
install:
cp rtv4d-dl $(DESTDIR)