Code Cleanup
- Mod object is no longer necessary, and is removed.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user