10 lines
126 B
Makefile
10 lines
126 B
Makefile
TOP = ../../..
|
|
include $(TOP)/config/CONFIG_BASE
|
|
|
|
SRCS.c = ../ca_test.c
|
|
|
|
TARGETS = ca_test.o
|
|
|
|
include $(TOP)/config/RULES.Vx
|
|
|