changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: deploy fix

changeset 63: 8567ae279270
parent 62: e1061716787e
child 64: e7719c321e5b
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 21:18:06 -0500
files: makefile
description: deploy fix
     1.1--- a/makefile	Wed Jan 03 21:05:14 2024 -0500
     1.2+++ b/makefile	Wed Jan 03 21:18:06 2024 -0500
     1.3@@ -28,7 +28,7 @@
     1.4 clean:;rm -rf $(B) $(D)
     1.5 $(B):;mkdir -pv $@/src
     1.6 $(D):;mkdir -pv $@
     1.7-$(DESTINATION):$(D);cp -rf $</* $@
     1.8+$(DESTINATION):$(D);cd $< && cp -rf ./* $@
     1.9 deploy:$(DESTINATION)
    1.10 ### Linux
    1.11 LINUX_TARGET:=linux-$(LINUX_VERSION)