4 lines
66 B
Makefile
4 lines
66 B
Makefile
|
NAME := thread-os
|
||
|
SRCS := thread-os.c
|
||
|
include $(AM_HOME)/Makefile
|