diff os9/level2/Makefile @ 52:51b437557f42

boot without disk image dir -e on other directory
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 22 Jul 2018 15:52:39 +0900
parents ec9f494497e1
children fe88cea67ef0
line wrap: on
line diff
--- a/os9/level2/Makefile	Sun Jul 22 05:48:04 2018 +0900
+++ b/os9/level2/Makefile	Sun Jul 22 15:52:39 2018 +0900
@@ -23,7 +23,7 @@
 	$(A09) sysgo.asm -o sysgo $(LST)
 
 init : init.asm
-	$(A09) ${OS9SRC}/level1/modules/init.asm -o $@ $(LST)
+	$(A09) init.asm -o $@ $(LST)
 
 vector : vector.asm
 	$(A09) vector.asm -o vector $(LST)