Skip to content
Snippets Groups Projects
Commit c304191b authored by David Trattnig's avatar David Trattnig
Browse files

refact: move to common Makefile

parent f3c6fbe4
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,6 @@ help:: ...@@ -22,9 +22,6 @@ help::
# Settings # Settings
UID = $(shell id -u)
GID = $(shell id -g)
AURA_ENGINE_CORE_ALSA_CONFIG := ${CURDIR}/config/asound.conf AURA_ENGINE_CORE_ALSA_CONFIG := ${CURDIR}/config/asound.conf
AURA_ENGINE_CORE_SOCKET := "aura_engine_socket" AURA_ENGINE_CORE_SOCKET := "aura_engine_socket"
AURA_ENGINE_CORE_CONFIG := ${CURDIR}/config/engine-core.docker.ini AURA_ENGINE_CORE_CONFIG := ${CURDIR}/config/engine-core.docker.ini
......
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
.DEFAULT_GOAL := help .DEFAULT_GOAL := help
APP_NAME := $(shell basename $(dir $(abspath $(dir $$PWD/Makefile)))) APP_NAME := $(shell basename $(dir $(abspath $(dir $$PWD/Makefile))))
\ No newline at end of file
UID = $(shell id -u)
GID = $(shell id -g)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment