1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

Fix the makefile yet again

This commit is contained in:
rohan kumar 2020-12-12 21:16:40 -08:00
parent e521afe26f
commit 0d227c238c
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -9,7 +9,7 @@ GEMINI_RSYNC_DEST = $(USER):$(GEMINI_ROOT)
OUTPUT_DIR = public/ OUTPUT_DIR = public/
RSYNCFLAGS += -avzP --no-g --no-o --zc=zstd RSYNCFLAGS += -rlvz --zc=zstd
# .hintrc-local for linting local files # .hintrc-local for linting local files
# same as regular .hintrc but with a different connector. # same as regular .hintrc but with a different connector.