mirror of
https://github.com/Naereen/badges.git
synced 2025-12-27 17:38:42 -08:00
8 lines
157 B
Makefile
8 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/
|