Makefile
changeset 145 63a5269fb113
parent 144 f064cd793f8d
child 147 f9015072361f
--- a/Makefile
+++ b/Makefile
@@ -359,7 +359,7 @@
 
 sts: sts.o
 	@echo Linking $<...
-	@$(CC) -Wall -O2 -lm -g -ggdb $(LDFLAGS) $< -o $@
+	@$(CC) -Wall -O2 -g -ggdb $(LDFLAGS) $< -o $@
 
 .PHONY: beauty clean uninstall