abstract-machine/klib/Makefile
2020-09-04 00:13:55 +08:00

3 lines
78 B
Makefile

NAME = klib
SRCS = $(shell find src/ -name "*.c")
include $(AM_HOME)/Makefile