diff --git a/kernel/makefile b/kernel/makefile index e0f02a1..3018b41 100644 --- a/kernel/makefile +++ b/kernel/makefile @@ -43,8 +43,9 @@ kernel.exe: $(TARGET).lnk $(OBJS) $(LIBS) $(LINK) @$(TARGET).lnk; ../bin/country.sys: + # warning, both cd and -C options required, cd for wmake, -C for gmake cd ..$(DIRSEP)country - $(MAKE) all + $(MAKE) -C ..$(DIRSEP)country all $(CP) ..$(DIRSEP)country$(DIRSEP)country.sys ..$(DIRSEP)bin$(DIRSEP)country.sys clobber: clean