2D_Engine_SDL2_Core/Makefile

11 lines
212 B
Makefile

SHELL=/usr/bin/env bash
CORE_LIB_DIR=lib
CORE_SRC_DIR=src
# Build core steps
build_core: build_core_lib build_core_src
include $(CORE_DIR)/$(CORE_LIB_DIR)/Makefile
include $(CORE_DIR)/$(CORE_SRC_DIR)/Makefile