summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 4208554f667585b5434df542dfef8af46edc9c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Makefile.am

NULL = 


SUBDIRS = src \
          tests \
          icons \
          doc \
          $(NULL)


.PHONY: test
test:
	cd tests && $(MAKE) $(AM_MAKEFLAGS) check