[go: up one dir, main page]

Menu

[r123]: / tags / 0.2.0 / Makefile  Maximize  Restore  History

Download this file

20 lines (15 with data), 317 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
all:
$(MAKE) -C kerlplayerlib
$(MAKE) -C module
# $(MAKE) -C testing
# $(MAKE) -C examples
clean:
$(MAKE) -C kerlplayerlib clean
$(MAKE) -C module clean
# $(MAKE) -C testing clean
# $(MAKE) -C examples clean
#test:
# $(MAKE) -C testing test
#install:
# cp module/*.beam ebin/
# cp -b lib/*.so /usr/local/lib/