summaryrefslogtreecommitdiff
path: root/cesar/maximus/usertest/Makefile
blob: b20cb789db1b5356f5df5e7022fb42740cee2c90 (plain)
1
2
3
4
5
6
7
BASE = ../..

HOST_PROGRAMS = usertest
usertest_SOURCES = main_example.cpp
usertest_MODULES = maximus lib

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