9 lines
166 B
Makefile
9 lines
166 B
Makefile
# Makefile to send this Git repository to Zam
|
|
SHELL=/usr/bin/env /bin/bash
|
|
|
|
all: send
|
|
|
|
send: send_zamok
|
|
send_zamok:
|
|
CP --exclude=.git ./ ${Szam}publis/StrapDown.js/
|