Skip to content

Commit

Permalink
Shit, see #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Naereen committed Feb 28, 2021
1 parent 8049cb9 commit a1b6e81
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.*.swp
*~
*.pyc
.ipynb_checkpoints/
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -5,7 +5,8 @@ all: export send

send: send_zamok
send_zamok:
CP --exclude=.ipynb_checkpoints --exclude=.git ./ ${Szam}publis/notebooks/
CP-git ./ ${Szam}publis/notebooks/
CP ./*.html ${Szam}publis/notebooks/

export:
./export.sh

0 comments on commit a1b6e81

Please sign in to comment.