trick/test/SIM_trickcomm/S_overrides.mk
Alex Lin b4ad77840e Split test sims and fun sims into separate directories
New trickcomm test sim was not compiling on the Mac because of
linux only define.

refs #191
2016-02-25 09:28:25 -06:00

15 lines
190 B
Makefile

TRICK_CFLAGS += -I.
TRICK_CXXFLAGS += -I.
S_main: tc_server
tc_server: tc_server.c
${TRICK_CC} -o $@ $<
clean: clean_tc_apps
spotless: clean_tc_apps
clean_tc_apps:
${RM} -f tc_server