summaryrefslogtreecommitdiff
path: root/cesar/lib/test/set/Makefile
blob: 7d601a0a1dd8a08e50c4ee09068cf74d8cdf8b58 (plain)
1
2
3
4
5
6
7
8
BASE = ../../..


HOST_PROGRAMS = test_set
test_set_SOURCES = test_set.c
test_set_MODULES = lib

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