mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
10 lines
141 B
Makefile
10 lines
141 B
Makefile
all:
|
|
cd dark; make; cd ..
|
|
cd green; make; cd ..
|
|
cd lilac; make; cd ..
|
|
|
|
clean:
|
|
rm dark/style.css
|
|
rm green/style.css
|
|
rm lilac/style.css
|
|
|