make: add top-level Makefile and defines.mk

Signed-off-by: Max R. Carrara <max@aequito.sh>
This commit is contained in:
Max R. Carrara 2025-08-16 14:50:05 +02:00
parent 82fcb683ba
commit 2dd01b94a0
2 changed files with 7 additions and 0 deletions

7
wien_talks/Makefile Normal file
View file

@ -0,0 +1,7 @@
include defines.mk
.PHONY := local
local:
$(MAKE) -C wien_talks_server local

0
wien_talks/defines.mk Normal file
View file