1
0
mirror of https://github.com/FDOS/kernel.git synced 2025-04-08 17:15:17 +02:00

use tab not spaces for Makefile

This commit is contained in:
Kenneth J Davis 2024-02-06 16:36:15 -05:00
parent 9b6a8579d1
commit 19c35ee574
No known key found for this signature in database
GPG Key ID: 59D5F216C38F11FD

@ -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