mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
6 lines
No EOL
58 B
Makefile
6 lines
No EOL
58 B
Makefile
BASE = .
|
|
|
|
build:
|
|
cd build && node build.js
|
|
|
|
.PHONY: build |