From 19c35ee57485c61402714bda5e1e762e35f943fc Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Tue, 6 Feb 2024 16:36:15 -0500 Subject: [PATCH] use tab not spaces for Makefile --- kernel/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/makefile b/kernel/makefile index 3bb28a8..e0f02a1 100644 --- a/kernel/makefile +++ b/kernel/makefile @@ -44,7 +44,7 @@ kernel.exe: $(TARGET).lnk $(OBJS) $(LIBS) ../bin/country.sys: cd ..$(DIRSEP)country - $(MAKE) all + $(MAKE) all $(CP) ..$(DIRSEP)country$(DIRSEP)country.sys ..$(DIRSEP)bin$(DIRSEP)country.sys clobber: clean