mirror of
https://github.com/Naereen/badges.git
synced 2025-07-21 04:01:11 +02:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# 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/
|