mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-25 22:44:44 +08:00
6 lines
No EOL
58 B
Makefile
6 lines
No EOL
58 B
Makefile
BASE = .
|
|
|
|
build:
|
|
cd build && node build.js
|
|
|
|
.PHONY: build |