mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 00:10:54 +00:00
Moved targets dir where it belongs.
This commit is contained in:
parent
0912bcbb6d
commit
ddfbc49092
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# The above line is so vim knows that this is a makefile.
|
||||
|
||||
COMMON_DIR := $(PROJECT_DIR)/common
|
||||
TARGET_DIR := $(PROJECT_DIR)/targets
|
||||
TARGET_DIR := $(top_builddir)/targets
|
||||
QW_COMMON_DIR := $(PROJECT_DIR)/qw_common
|
||||
|
||||
BUILD_DIR := $(TARGET_DIR)/$(MODULE)
|
||||
|
|
Loading…
Reference in a new issue