summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: f79aa8bba86d2a51c13cb42cbacd0035935b5efb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
CC := gcc-5
CXX := g++-5

ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
#EXTRA_DIST = 

test:
	cd ../test && make

.PHONY: test