mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
.PHONY: assets build
|
|
|
|
## Download local assets from cdn
|
|
assets:
|
|
bin/assets
|
|
|
|
# Build a new PHPFlasher version
|
|
build: lint assets
|