aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 3681b007732c84a0b5890416b1e8f47b1dcb5305 (plain) (blame)
1
2
3
4
5
6
7
8
all:
	apt-get download rpki-rp
	docker build -t rpki-rp .

clean:
	git clean -dfx

.PHONY: all clean