mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
$(TOPDIR)/make: Beautify makefile indendation
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9a78398202
commit
8d72fabe28
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# to be included from inside the project directory
|
# to be included from inside the project directory
|
||||||
|
|
||||||
DEV_PROJECTS_DIR ?= $(TOPDIR)/..
|
DEV_PROJECTS_DIR ?= $(TOPDIR)/..
|
||||||
|
|
||||||
ifeq ($(TARGET),mingw)
|
ifeq ($(TARGET),mingw)
|
||||||
FLAVOUR_PATH_PREFIX = win32/
|
FLAVOUR_PATH_PREFIX = win32/
|
||||||
endif
|
endif
|
||||||
MODDIR ?= $(firstword $(wildcard $(DEV_PROJECTS_DIR)/jw-build $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)jw-build))
|
MODDIR ?= $(firstword $(wildcard $(DEV_PROJECTS_DIR)/jw-build $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)jw-build))
|
||||||
|
|
||||||
USE_PROJECT_LIB = false
|
USE_PROJECT_LIB = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue