mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-13 14:30:36 +02:00
Code Cleanup
- Mod object is no longer necessary, and is removed.
This commit is contained in:
parent
ac871d9e8d
commit
55771cc999
9 changed files with 148 additions and 240 deletions
|
@ -1,5 +1,5 @@
|
|||
PROJECT = t.t tdb.t date.t duration.t t.benchmark.t text.t autocomplete.t \
|
||||
parse.t seq.t att.t mod.t stringtable.t record.t nibbler.t subst.t
|
||||
parse.t seq.t att.t stringtable.t record.t nibbler.t subst.t
|
||||
CFLAGS = -I. -I.. -Wall -pedantic -ggdb3 -fno-rtti
|
||||
LFLAGS = -L/usr/local/lib
|
||||
OBJECTS = ../TDB.o ../TDB2.o ../T.o ../T2.o ../parse.o ../text.o ../Date.o \
|
||||
|
@ -51,9 +51,6 @@ seq.t: seq.t.o $(OBJECTS) test.o
|
|||
record.t: record.t.o $(OBJECTS) test.o
|
||||
g++ record.t.o $(OBJECTS) test.o $(LFLAGS) -o record.t
|
||||
|
||||
mod.t: mod.t.o $(OBJECTS) test.o
|
||||
g++ mod.t.o $(OBJECTS) test.o $(LFLAGS) -o mod.t
|
||||
|
||||
att.t: att.t.o $(OBJECTS) test.o
|
||||
g++ att.t.o $(OBJECTS) test.o $(LFLAGS) -o att.t
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue