# Only needed for local testing - this builds and runs the docker image for aptmirror
all: rebuild

rebuild:
	cd aptmirror && make all
