mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 15:36:25 -04:00
6 lines
95 B
Makefile
6 lines
95 B
Makefile
clean:
|
|
rm -rf ./build
|
|
rm -rf ./colors
|
|
build: clean
|
|
schemecraft dracula.yml dracula-soft.yml
|