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