summaryrefslogtreecommitdiff
path: root/cesar/lib/test/list/Makefile
blob: 819511bbd72c0ea7d83b5e7ea99cd4b273ea0eee (plain)
1
2
3
4
5
6
7
BASE = ../../..

HOST_PROGRAMS = test_list
test_list_SOURCES = test_list.c
test_list_MODULES = lib

include $(BASE)/common/make/top.mk