Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Lstu
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fiat Tux
Hat softwares
Lstu
Commits
df3ff79f
Commit
df3ff79f
authored
Jul 31, 2015
by
Luc Didry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add make target to launch the dev server
parent
d0bb9b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Makefile
Makefile
+4
-0
No files found.
Makefile
View file @
df3ff79f
...
...
@@ -4,6 +4,7 @@ FR=lib/Lstu/I18N/fr.po
XGETTEXT
=
carton
exec local
/bin/xgettext.pl
CARTON
=
carton
exec
REAL_LSTU
=
script/application
LSTU
=
script/lstu
locales
:
$(XGETTEXT)
-f
$(EXTRACTFILES)
-o
$(EN)
...
...
@@ -11,3 +12,6 @@ locales:
test
:
$(CARTON)
$(REAL_LSTU)
test
dev
:
$(CARTON)
morbo
$(LSTU)
--listen
http://0.0.0.0:3000
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment