yosup/Makefile
Thomas Mathews a78d80d118 This repo now only contains the web app.
I did this because they are 2 separate concerns and I have diverged
so far from the original repo. I didn't start a new repo because it
contains valuable history of all the people who contributed to it.

Additionally if there is an issue with this we can revert, but I
rather not. Forks are forks.
2022-12-22 11:07:35 -08:00

17 lines
408 B
Makefile

all: fake
@echo "you don't need to build anything."
tags: fake
find js -name '*.js' | grep -v noble-secp256k1 | xargs ctags > "$@"
emojiregex: fake
@curl -sL 'https://raw.githubusercontent.com/mathiasbynens/emoji-test-regex-pattern/main/dist/latest/javascript.txt'
dist:
rsync -avzP --delete ./ charon:/www/damus.io/web/
dist-staging:
rsync -avzP ./ charon:/www/damus.io/web-staging/
.PHONY: fake