old-MTGos-old/kernel/hal/Makefile
Morten Delenk ff8ba97d2a Added a keyboard driver and somehow broke the kernel.
Further researches are being done
2015-10-13 16:11:06 +02:00

10 lines
92 B
Makefile

all: x86
x86:
make -C x86
clean:
rm -rf hal.o
make -C x86 clean
.PHONY: all x86 clean