diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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)) |