1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00
anytype-heart/Makefile
2025-02-07 13:48:41 -03:00

11 lines
208 B
Makefile

# include makefiles
include $(wildcard makefiles/*.mk)
# git config
$(shell git config core.hooksPath .githooks)
.PHONY: $(MAKECMDGOALS)
run-server: build-server
@echo 'Running server...'
@./dist/server