summaryrefslogtreecommitdiffstats
path: root/Makefile.nuevo
blob: e0b3ae30bb2343b000ef69811e16bede6c951934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:
	

clean:
	rm -rf build *~

superclean:
	rm -f debian/control debian/*2.6*

install:

patch_%:
	./build.py --gencontrol	--target=$(shell echo $@| sed 's/patch_//g')