Restablish the Makefile in the l10n folder

This commit is contained in:
Raphaël Jakse 2020-05-03 11:37:40 +02:00
parent 46c0cffac2
commit 99defab4fe
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ help:
@echo make start-debug-server: start a debugging server
lang:
cd l10n; node makejs.js
cd l10n; make
start-debug-server:
DEV_ENABLE_SERVING_FILES=true TRIVABBLE_PORT=$(PORT) nodejs trivabble-server.js

5
l10n/Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: all
all:
node makejs.js