summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d5636a92..0679f6da 100644
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,7 @@ define GNUCASH
true
endef
-CODE = amount.cc \
- ledger.cc \
- parse.cc \
- balance.cc \
- register.cc \
- equity.cc \
- main.cc
+CODE = amount.cc ledger.cc parse.cc reports.cc
OBJS = $(patsubst %.cc,%.o,$(CODE))