summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bbdee80d..4c57bab2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
CODE = amount.cc balance.cc account.cc ledger.cc \
- constraint.cc item.cc expr.cc format.cc \
- textual.cc binary.cc
+ item.cc expr.cc format.cc textual.cc binary.cc
OBJS = $(patsubst %.cc,%.o,$(CODE))
#CXX = cc
CXX = g++