Makefile
branchsaveflie
changeset 96 d090ddac5131
parent 93 7d9b7a6da507
--- a/Makefile	Wed Feb 16 21:07:11 2011 +0100
+++ b/Makefile	Thu Mar 20 16:29:13 2014 +0100
@@ -32,7 +32,7 @@
 	$(INSTALL) tm $(PREFIX)/bin
 
 tm: $(OBJECTS)
-	$(CC) -o $@ $(LINUX_LIBS) $^
+	$(CC) -o $@ $^ $(LINUX_LIBS)
 
 test_filter: test_filter.o filter.o simple_math.o filter_string.o error.o