Austin English 4 years ago
parent
commit
1a5f93e3fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

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