aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
blob: eab209df13747caf9463b927a9c190538470ec07 (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"