mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 18:54:39 +10:00
14 lines
127 B
Makefile
14 lines
127 B
Makefile
.PHONY: all screenshots
|
|
|
|
all:
|
|
@./make.py
|
|
|
|
clean:
|
|
rm -rf css
|
|
|
|
release:
|
|
bash release.sh
|
|
|
|
screenshots:
|
|
@./make.py screenshots
|