aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: c35dd402b3029043517e44a87204ae28627e8c3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id$

SUBDIRS = openssl rcynic utils pow rpkid

all install clean test:
	@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done

test: all

export:
	svn export http://subvert-rpki.hactrn.net/
	tar czf subvert-rpki.hactrn.net-$$(date +%Y.%m.%d).tar.gz subvert-rpki.hactrn.net
	rm -rf subvert-rpki.hactrn.net