aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
blob: 5abb7ae537fffee92854094e08a18cc4f4e4504d (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 send+dump ; make
	cd src ; 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