]> git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
Custom .gitignore for sgauth added
[stg.git] / projects / sgauth / Makefile
index 98867c5f702342a613e851b5e6f34f168ae33ba1..5565199b95b98e6acd4df37765d97aec1c77cd5d 100644 (file)
@@ -11,8 +11,8 @@ SRCS = ./main.cpp \
        ./web.cpp
 
 STGLIBS =  conffiles \
-           crypto \
            ia \
+           crypto \
            common
 
 STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))
@@ -90,5 +90,5 @@ deps: $(SRCS) ../../Makefile.conf sgauth.css
        ./make_css.sh
        for file in $(SRCS); do\
          echo "`$(CC) $(CXXFLAGS) -MM $$file` Makefile" >> deps ;\
-         echo -e '\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\
+         printf '%b\n' '\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\
        done