mirror of
https://github.com/Valeh2012/PersonalVotingMachine
synced 2024-11-01 01:01:00 +02:00
7 lines
295 B
Makefile
7 lines
295 B
Makefile
|
#
|
||
|
# "main" pseudo-component makefile.
|
||
|
#
|
||
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
||
|
|
||
|
COMPONENT_EMBED_TXTFILES := server_root_cert.pem server_public_key.pem
|
||
|
COMPONENT_SRCDIRS = . impl/modules impl/models impl/views impl/controllers
|