abstract-machine/klib/Makefile
2021-07-13 16:00:11 +08:00

4 lines
117 B
Makefile

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