4 lines
86 B
Makefile
4 lines
86 B
Makefile
C_source := main.c tasks.c syscall.c
|
|
MODULE := kernel
|
|
|
|
include $(TOPDIR)/Makefile.inc
|