summaryrefslogtreecommitdiff
path: root/cesar/lib/test/read_word/Makefile
blob: 0cf7c380b67fd21bc04135b8e7d7bc9f86d367f2 (plain)
1
2
3
4
5
6
7
BASE = ../../..

HOST_PROGRAMS = test_read_word
test_read_word_SOURCES = read_word.c
test_read_word_MODULES = lib

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