This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
goober-bb10/Makefile
Morgan McMillian f8f3149d94 Initial commit
2016-09-22 16:21:20 -07:00

7 lines
164 B
Makefile

QMAKE_TARGET = Goober
PROJECT_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
I18N_DIR := $(PROJECT_DIR)/translations
include mk/cs-base.mk