SHELL = /bin/sh YSEME := .👥📤 YSEMEOPTS := DESTDIR='public' SERVERPATH='lady/langdev' build: # Put any necessary build scripts in here! touch .grass $(YSEME)/GNUmakefile: git submodule update --init $(YSEME) dry-sync sync: $(MAKE) -f $(YSEME)/GNUmakefile $@ $(YSEMEOPTS) .PHONY: build dry-sync sync;