commit 4a97e0b52672eef85e50696160e2f50237016e71
Author: sin <[email protected]>
Date:   Mon Nov 17 10:50:20 2014 +0000

    List libutil.a first to be a bit more clear

diff --git a/Makefile b/Makefile
index 25234bc..c14be28 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ dist: clean
        gzip sbase-$(VERSION).tar
        rm -rf sbase-$(VERSION)
 
-sbase-box: $(SRC) libutil.a
+sbase-box: libutil.a $(SRC)
        mkdir -p build
        cp $(HDR) build
        for f in $(SRC); do sed "s/^main(/`basename $$f .c`_&/" < $$f > 
build/$$f; done


Reply via email to