mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
Added Makefile to easily send this to https://perso.crans.org/besson/publis/badges.git/
This commit is contained in:
parent
f64d6c35e0
commit
7954f51f0f
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -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/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue