Skip to content

Commit

Permalink
Added Makefile to easily send this to https://perso.crans.org/besson/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Naereen committed Apr 17, 2018
1 parent f64d6c3 commit 7954f51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Makefile to send this project to Zam
SHELL=/usr/bin/env /bin/bash

all: send

send: send_zamok
send_zamok:
CP --exclude=.git ./ ${Szam}publis/badges.git/

0 comments on commit 7954f51

Please sign in to comment.