mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-07 17:54:10 +02:00
add update skript
This commit is contained in:
parent
25d8a34b80
commit
a620ab95f4
3 changed files with 13 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
doprava.html
|
||||
index.html
|
3
Makefile
3
Makefile
|
@ -12,3 +12,6 @@ refresh:
|
|||
|
||||
clean:
|
||||
rm -f *.html
|
||||
|
||||
fail:
|
||||
false
|
||||
|
|
8
refre.sh
Executable file
8
refre.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
if make refresh ; then
|
||||
make clean
|
||||
make
|
||||
echo OK
|
||||
else
|
||||
echo ERROR
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue