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

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

install: all
	cd src ; make install

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

distclean: clean
	-rm *~
	rm Makefile */Makefile
	rm config.log config.status config.h
	-rm -Rf ./autom4te.cache/ extra