7 lines
202 B
Makefile
Executable file
7 lines
202 B
Makefile
Executable file
# -*- makefile -*-
|
|
|
|
kernel.bin: DEFINES =
|
|
KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS)
|
|
TEST_SUBDIRS = tests/threads
|
|
GRADING_FILE = $(SRCDIR)/tests/threads/Grading
|
|
SIMULATOR = --bochs
|