Files
Upsilon/ion/src/shared/tools/Makefile
Romain Goyet d0988f6f09 [ion] Add a host command-line utility to filter valid events
Change-Id: Iaaa26ebf079152592a973c1f4658caa00f3f0651
2017-05-01 16:01:35 +02:00

6 lines
234 B
Makefile

ion/src/shared/tools/event_%: ion/src/shared/tools/event_%.cpp ion/src/shared/events.cpp
@echo "HOSTCXX $@"
@$(HOSTCXX) -std=c++11 -Iion/include $^ -o $@
products += $(addprefix ion/src/shared/tools/, event_filter event_generator)