24 lines
324 B
Makefile
24 lines
324 B
Makefile
none:
|
|
./update.pl --dry-run manifest
|
|
@echo
|
|
@echo make all
|
|
@echo
|
|
|
|
all:
|
|
./update.pl rsync
|
|
./update.pl gogs
|
|
./update.pl manifest
|
|
|
|
# backs up everything
|
|
rsync:
|
|
./update.pl rsync
|
|
|
|
gogs:
|
|
./update.pl gogs
|
|
|
|
manifest:
|
|
./update.pl manifest
|
|
|
|
witall:
|
|
ls -1 mirrored-gogs/git/gogs-repositories/wit/ > cloned-jcarr/repo/WITALL
|