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 08:23:02 +00:00

11 lines
135 B
Makefile

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