mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 23:44:19 +01:00
7 lines
79 B
Makefile
7 lines
79 B
Makefile
include defines.mk
|
|
|
|
|
|
.PHONY: local
|
|
local:
|
|
$(MAKE) -C wien_talks_server local
|
|
|