Browse Source

introduced pull target in Makefile

testing
Nagy Károly Gábriel 12 years ago
parent
commit
8730ca3e97
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile

@ -19,6 +19,8 @@ sync: data
data:
git clone . data
pull:
git pull --rebase
root/preprocessor.sed: root/preprocessor.sh $(wildcard root/*.in) root/servers.txt
@$< > $@

Loading…
Cancel
Save