]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/Makefile
Fixes due to stupid behaviour of BSD-like install.
[stg.git] / projects / sgauthstress / Makefile
index f88e59c614427db99bf529f9e2725ef5d5d56c88..4884b21367b5fb9da727ce2c3a93cedc84ab67ce 100644 (file)
@@ -9,8 +9,8 @@ SRCS = main.cpp \
        proto.cpp
 
 STGLIBS = dotconfpp \
-         crypto \
-         common
+          crypto \
+          common
 
 STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))
 STGLIBS_LIBS = $(addprefix -L ../../stglibs/,$(addsuffix .lib,$(STGLIBS)))
@@ -22,7 +22,7 @@ LIBS += -ldl
 else
 LIBS += -lintl \
         -lc \
-       -liconv
+        -liconv
 endif
 
 SEARCH_DIRS = -I ../../include