real-world-onion-sites/Makefile

26 lines
317 B
Makefile
Raw Normal View History

2019-11-16 14:24:14 +00:00
DB=fetch.sqlite3
LOGDIR=old-logs
2019-11-16 14:24:14 +00:00
2018-07-13 04:33:30 +00:00
all:
2019-11-16 14:24:14 +00:00
-echo "make what?"
run:
git pull
2019-11-16 14:24:14 +00:00
./wrapper.sh
./get-ct-log.sh
git add .
git commit -m "auto-update on `date`"
git push
2018-07-13 04:25:08 +00:00
2018-07-09 19:57:36 +00:00
clean:
2019-11-16 14:24:14 +00:00
-rm *~
test -d $(LOGDIR) || mkdir $(LOGDIR)
mv log*.txt $(LOGDIR)
ls -lh
2019-11-16 14:24:14 +00:00
db:
sqlite3 $(DB)
2018-07-17 09:53:39 +00:00
2019-11-16 14:24:14 +00:00
db-nuke: clean
-rm $(DB) $(DB)-* master.csv