mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Relocated longUsage and shortUsage to report.cpp, where they belong, which has the positive side effect of allowing all the compiled unit tests to link.
This commit is contained in:
parent
d7da182450
commit
df38d5aaa0
4 changed files with 231 additions and 239 deletions
|
@ -7,7 +7,8 @@ OBJECTS = ../TDB.o ../TDB2.o ../T.o ../Task.o ../parse.o ../text.o ../Date.o \
|
|||
../Duration.o ../util.o ../Config.o ../Sequence.o ../Att.o \
|
||||
../Record.o ../StringTable.o ../Subst.o ../Nibbler.o ../Location.o \
|
||||
../Filter.o ../Context.o ../Keymap.o ../Cmd.o ../command.o \
|
||||
../report.o ../Table.o ../Grid.o ../color.o ../rules.o ../recur.o
|
||||
../report.o ../Table.o ../Grid.o ../color.o ../rules.o ../recur.o \
|
||||
../interactive.o
|
||||
|
||||
all: $(PROJECT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue