From d8c8a071fc9d4da2eae214c144fa9b2625413a71 Mon Sep 17 00:00:00 2001
From: sparky4 <sparky4@cock.li>
Date: Mon, 12 Dec 2016 08:33:16 -0600
Subject: [PATCH] added autoinitlib stuff

---
 data/pee.txt | 0
 makefile     | 3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100755 data/pee.txt

diff --git a/data/pee.txt b/data/pee.txt
deleted file mode 100755
index e69de29b..00000000
diff --git a/makefile b/makefile
index e2b0b321..282b01ef 100755
--- a/makefile
+++ b/makefile
@@ -318,7 +318,7 @@ modex.$(OBJ):	 $(MODEXLIB)/modex.asm
 #other~
 #
 clean: .symbolic
-	@if exist pee.txt wmake -h initlibs
+	@if not exist $(DOSLIB)/buildall.sh wmake -h initlibs
 	@for %f in ($(EXEC)) do @if exist %f $(REMOVECOMMAND) %f
 !ifdef __LINUX__
 	@rm *.LIB
@@ -414,7 +414,6 @@ reinitlibs: .symbolic
 	@wmake -h initlibs
 
 initlibs: .symbolic
-	@$(COPYCOMMAND) data/pee.txt .
 	@$(COPYCOMMAND) git_con.fig .git/config
 	@$(COPYCOMMAND) git_modu.les .gitmodules
 	@$(COPYCOMMAND) git_igno.re .gitignore
-- 
2.39.5