diff --git a/src/sys/Makefile b/src/sys/Makefile index c6aa53a..28bfa67 100755 --- a/src/sys/Makefile +++ b/src/sys/Makefile @@ -28,7 +28,7 @@ (cd ubixfs;make) graphics-code: graphics - #(cd graphics;make) + (cd graphics;make) kernel-img: compile (/bin/echo "/* " > ./compile/null.c)