aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f431ef2637a9968e4bd2eee314839881b9fd7855 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY:	all install test

all:
	@@cd lib/src && make all

install:
	@@cd lib/src && make install

test:
	@@cd lib/test && make test