mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-06 19:28:34 +02:00
FF4 - Renamed directory to 'objects'
- Better name for new object directory.
This commit is contained in:
parent
a9d46a0714
commit
dd8b181081
15 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
PROJECT = 1.8
|
|
||||||
CFLAGS = -I. -I.. -Wall -pedantic -ggdb3 -fno-rtti -fstack-check
|
|
||||||
LFLAGS =
|
|
||||||
LIBS =
|
|
||||||
OBJECTS = main.o Context.o TDB.o T.o Sequence.o Filter.o Att.o Keymap.o \
|
|
||||||
Record.o Mod.o StringTable.o ../util.o ../text.o ../Config.o \
|
|
||||||
../Date.o
|
|
||||||
|
|
||||||
all: $(PROJECT)
|
|
||||||
|
|
||||||
install: $(PROJECT)
|
|
||||||
@echo unimplemented
|
|
||||||
|
|
||||||
test: $(PROJECT)
|
|
||||||
@echo unimplemented
|
|
||||||
|
|
||||||
clean:
|
|
||||||
-rm *.o $(PROJECT)
|
|
||||||
|
|
||||||
.cpp.o: $(INCLUDE)
|
|
||||||
g++ -c $(CFLAGS) $<
|
|
||||||
|
|
||||||
$(PROJECT): $(OBJECTS)
|
|
||||||
g++ $(OBJECTS) $(LFLAGS) $(LIBS) -o $(PROJECT)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue