6 lines
115 B
Makefile
6 lines
115 B
Makefile
PRAWNOS_ROOT := $(shell git rev-parse --show-toplevel)
|
|
include $(PRAWNOS_ROOT)/scripts/common.mk
|
|
|
|
all:
|
|
@echo TODO
|