6 lines
116 B
Makefile
6 lines
116 B
Makefile
|
NAME := am
|
||
|
SRCS = $(addprefix src/, $(AM_SRCS))
|
||
|
INC_PATH += $(AM_HOME)/am/src
|
||
|
|
||
|
include $(AM_HOME)/Makefile
|