mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 23:40:24 +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 |