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