4 lines
115 B
Makefile
Executable file
4 lines
115 B
Makefile
Executable file
C_source := main.c tasks.c syscall.c tests.c echo.c ping.c init.c
|
|
MODULE := kernel
|
|
|
|
include $(TOPDIR)/Makefile.inc
|