14 lines
177 B
Makefile
14 lines
177 B
Makefile
PRAWNOS_ROOT := $(shell git rev-parse --show-toplevel)
|
|
include $(PRAWNOS_ROOT)/scripts/BuildScripts/BuildCommon.mk
|
|
|
|
all:
|
|
@echo TODO
|
|
|
|
|
|
clean:
|
|
@echo TODO
|
|
|
|
|
|
install:
|
|
@echo TODO
|