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

TARGETS = host
host_PROGS = test_host
test_host_SOURCES = test_host.cc

MODULES =

include $(BASE)/build/top.mk