Merge pull request #156 from austin987/fail-sooner

makefile: fix typo
This commit is contained in:
SolidHal 2020-05-18 15:34:48 -07:00 committed by GitHub
commit eaaa94d9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ image:
$(MAKE) kernel
#Make a new copy of the filesystem image
cp $(BASE) $(OUTNAME)
$MAKE) kernel_inject
$(MAKE) kernel_inject
.PHONY: live_image
live_image: