summaryrefslogtreecommitdiff
path: root/examples/tools2/tests/prog2/Makefile
blob: bb706b8a81ba7692e35e6e19e58f4229932b904c (plain)
1
2
3
4
5
6
7
8
check:
	@if test "`${OBJDIR_tools_prog2}/prog2`" = 'Message #2'; then \
	   echo ok; \
	else \
	   echo FAILED; false; \
	fi

.include <mkc.mk>