Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1025 mauro 1
#
2
#
3
#
4
 
5
ifndef BASE
6
BASE=../..
7
endif
8
 
9
.PHONY: all install depend clean cleanall
10
 
11
all install clean depend:
12
 
13
cleanall:
14
	$(RM) lib*.a
15