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