mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 23:04:20 +01:00
make: add top-level Makefile and defines.mk
Signed-off-by: Max R. Carrara <max@aequito.sh>
This commit is contained in:
parent
82fcb683ba
commit
2dd01b94a0
2 changed files with 7 additions and 0 deletions
7
wien_talks/Makefile
Normal file
7
wien_talks/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
include defines.mk
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY := local
|
||||||
|
local:
|
||||||
|
$(MAKE) -C wien_talks_server local
|
||||||
|
|
||||||
0
wien_talks/defines.mk
Normal file
0
wien_talks/defines.mk
Normal file
Loading…
Add table
Reference in a new issue