diff Makefile.gen @ 157:325e7590f93e

Move most of the printing related code to printing.cpp
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Sep 2017 15:56:40 +0300
parents befbd69b4ab5
children 87dfca9f704d
line wrap: on
line diff
--- a/Makefile.gen	Fri Sep 08 03:22:54 2017 +0300
+++ b/Makefile.gen	Tue Sep 12 15:56:40 2017 +0300
@@ -20,7 +20,7 @@
 APP_SRC=src/
 APP_IMG=img/
 APP_BIN=$(BINPATH)Syntilista$(EXEEXT)
-APP_OBJS=main.o resources.o moc_main.o
+APP_OBJS=main.o printing.o resources.o moc_main.o
 APP_VERSION := $(shell cat VERSION)
 comma:= ,
 APP_VERSION_COM := $(subst .,$(comma),$(APP_VERSION))