aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
blob: 4a627a9f723917dfe883dd3312d2a1d2e8441cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dirs = libOSC send+dump  src

all: 
	cd libOSC ; make
	cd send+dump ; make
	cd src ; make

install:
	cd src ; make install

clean:
	cd  libOSC && make clean
	cd send+dump && make clean
	cd src && make clean