mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
6 lines
234 B
Makefile
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)
|