Skip to content

Commit 19c35ee

Browse files
committed
use tab not spaces for Makefile
1 parent 9b6a857 commit 19c35ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kernel.exe: $(TARGET).lnk $(OBJS) $(LIBS)
4444

4545
../bin/country.sys:
4646
cd ..$(DIRSEP)country
47-
$(MAKE) all
47+
$(MAKE) all
4848
$(CP) ..$(DIRSEP)country$(DIRSEP)country.sys ..$(DIRSEP)bin$(DIRSEP)country.sys
4949

5050
clobber: clean

0 commit comments

Comments
 (0)