]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
wwww
[16.git] / makefile
index 2d185ff0444bd849a797f50202ee596b9013ec1e..11345c6d6b7c125c8a14fb2b211fac96500f09e0 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -426,6 +426,7 @@ clean: .symbolic
 backupconfig: .symbolic
        @$(COPYCOMMAND) .git$(DIRSEP)config git_con.fig
        @$(COPYCOMMAND) .gitmodules git_modu.les
+       @$(COPYCOMMAND) .gitignore git_igno.re
 
 comp: .symbolic
        @upx -9 $(EXEC)
@@ -472,6 +473,7 @@ reinitlibs: .symbolic
 initlibs: .symbolic
        @cp git_con.fig .git/config
        @cp git_modu.les .gitmodules
+       @cp git_igno.re .gitignore
        @cd $(SRCLIB)
        @git clone https://github.com/joncampbell123/doslib.git
        @git clone https://github.com/zserge/jsmn.git