tFix partage-trash build in mkfile - partage - File upload system
 (HTM) git clone git://git.z3bra.org/partage.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 458f0ee00ddac69b4eefbf802adde1c2d6302f84
 (DIR) parent 60f96bc6f2327274f7a8d4b9c792ef3d2ef74805
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Tue, 19 Oct 2021 20:16:40 +0200
       
       Fix partage-trash build in mkfile
       
       Diffstat:
         M mkfile                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/mkfile b/mkfile
       t@@ -3,7 +3,7 @@
        all:V: partage partage-trash/partage-trash
        
        %: %.go
       -        $GO build -o $stem
       +        $GO build -o $stem $stem.go
        
        clean:V:
                rm -f partage partage-trash/partage-trash