summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68d2425..6c615f3 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@ SOURCE_DIR ?= ./src
BUILD_DIR ?= ./build
CFLAGS := -Wall
-OBJS := $(BUILD_DIR)/main.o
+OBJS := $(BUILD_DIR)/main.o \
+ $(BUILD_DIR)/controller.o
ifeq ($(OS),Windows_NT)
CC := gcc