X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/af1b39c8dba29d0601b540b1892bb22bbe00de0d..84573eac850de93480192e2e3f6b8102accdafcc:/projects/stargazer/Makefile

diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile
index 361347df..89326541 100644
--- a/projects/stargazer/Makefile
+++ b/projects/stargazer/Makefile
@@ -139,5 +139,5 @@ deps: $(SRCS) ../../Makefile.conf
 	@>deps ;\
 	for file in $(SRCS); do\
 	  echo "`$(CC) $(CXXFLAGS) -MM $$file` Makefile ../../Makefile.conf" >> deps ;\
-	  printf '\t$$(CC) -c $$< $(CXXFLAGS)\n' >> deps ;\
+	  printf '%b\n' '\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\
 	done