aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
blob: 15e59ee28f7b3e972ad05caeb532f6ba9f567161 (plain)
1
2
3
4
5
6
7
8
## Process this file with automake to generate Makefile.in

AUTOMAKE_OPTIONS = dejagnu

SUBDIRS = calc

check-recursive:
	@echo "No check target in examples"