Skip to content
Snippets Groups Projects
base.Makefile 172 B
Newer Older
# Base config for AURA Makefiles
# Include this at the top of other Makesfiles

.DEFAULT_GOAL := help

APP_NAME := $(shell basename $(dir $(abspath $(dir $$PWD/Makefile))))