Commit Graph

6 Commits

Author SHA1 Message Date
Érico Nogueira Rolim
30c2bf34b9 Make the project compilable with clang. (#163)
Clang generates more warning messages, such as pointing out a lack
of newline at end of file and issues with the size of a strncopy.

Moving -Wno-unused-parameter to the end of the flags avoids it being
overwritten by -Wextra.

Removing -Werror avoids compilation errors that may arise from new
compiler warnings that might come from newer versions of compilers.
2020-02-01 18:23:25 +01:00
cylgom
f593339cd4 add install without conf target 2019-12-14 12:23:43 +01:00
Roosemberth Palacios
1796a355bc Makefile: Add config option to allow specifying a separate data directory (#136)
This allows the user to specify a different directory to store static files, such as
translations and other resources.

Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2019-10-27 16:49:55 +01:00
cylgom
7485d89a4a fix remotes dependant submodules 2019-09-22 16:57:03 +02:00
cylgom
f2050c955d add remotes tool 2019-09-21 17:46:45 +02:00
cylgom
61fd099f3d initial commit 2019-06-10 16:05:54 +02:00