]> Lady’s Gitweb - Langdev/blob - GNUmakefile
Use 👥📤 Yseme for syncing
[Langdev] / GNUmakefile
1 SHELL = /bin/sh
2
3 YSEME := .👥📤
4 YSEMEOPTS := DESTDIR='public' SERVERPATH='lady/langdev'
5
6 build:
7 # Put any necessary build scripts in here!
8 touch .grass
9
10 $(YSEME)/GNUmakefile:
11 git submodule update --init $(YSEME)
12
13 dry-sync sync:
14 $(MAKE) -f $(YSEME)/GNUmakefile $@ $(YSEMEOPTS)
15
16 .PHONY: build dry-sync sync;
This page took 0.054084 seconds and 5 git commands to generate.