aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2546df..c1f53b2 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ REAL_OBJ = \
$(REAL_DIR)/altimeter.o \
$(REAL_DIR)/util.o \
$(REAL_DIR)/timer.o \
+ $(REAL_DIR)/ui.o \
$(REAL_DIR)/data_manager.o
SIM_OBJ = \
@@ -79,6 +80,7 @@ SIM_OBJ = \
$(SIM_DIR)/altimeter.o \
$(SIM_DIR)/util.o \
$(SIM_DIR)/timer.o \
+ $(SIM_DIR)/ui.o \
$(SIM_DIR)/data_manager.o
ALL_OBJ = $(TEST_OBJ) $(REAL_OBJ) $(SIM_OBJ)