summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/arch/host/mex/test/Makefile
blob: d54907cc71f30058c8fd743ded65d0ac9cb2099e (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../../..

TARGETS = host
host_PROGS = test_mex
test_mex_SOURCES = test_mex.cc

MODULES =

include $(BASE)/build/top.mk