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