1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/arch/Makefile
2017-11-09 06:06:05 +00:00

11 lines
140 B
Makefile

export OUTPUT = kernelmq
SUBDIRS = none x86
all:
make all -C $(ARCH)
clean: $(addprefix clean-, $(SUBDIRS))
clean-%:
make clean -C $*