Statistics
| Branch: | Tag: | Revision:

root / Makefile @ master

History | View | Annotate | Download (347 Bytes)

1
# Makefile for the KOW Generic Library Framework
2
#
3
# @author Marcelo Coraça de Freitas <marcelo@kow.com.br> 
4
#
5
#
6
# Please, read Makefile.include for more information
7
8
9
all:
10
	./scripts/build.sh
11
12
install:
13
	./scripts/install.sh
14
15
uninstall:
16
	./scripts/uninstall.sh
17
clean:
18
	./scripts/clean.sh
19
20
distclean: 
21
	@-${MAKE} clean
22
	@-${MAKE} -C samples clean