diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 20f90fc..03f5b00 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -137,7 +137,7 @@ package: \ $(OUTDIR)/$(guile (get-module-version "oni-web")) \ $(OUTDIR)/$(guile (get-module-version "oni-yaml")) \ $(OUTDIR)/$(guile (get-multifile-module-version "oni-yasnippet")) - cd public && tar cvzf emacs-config.tar.gz . + cd public && tar cvzf ../emacs-config.tar.gz . clean: rm -rfv .eldev public |
