mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
8b18ee49ff
- add makefile to rebuild both css with single command - fix icons in Forums widget - style photos pages
5 lines
52 B
Makefile
5 lines
52 B
Makefile
all:
|
|
cd dark; make; cd ..
|
|
cd green; make; cd ..
|
|
|
|
|