mirror of
https://git.proxmox.com/git/framework7
synced 2026-02-04 15:50:42 +00:00
10 lines
156 B
Makefile
10 lines
156 B
Makefile
include ../defines.mk
|
|
|
|
all:
|
|
|
|
install:
|
|
install -d ${CSSDIR}
|
|
install -d ${FONTDIR}
|
|
install -Dm 644 css/*.css ${CSSDIR}
|
|
install -Dm 644 fonts/* ${FONTDIR}
|