csvpp

csvpp Commit Details


Date:2014-03-15 00:19:00 (10 years 9 months ago)
Author:Natalie Adams
Branch:default
Commit:8839fba10a35
Parents: b9fb3f140d64
Message:updating makefile

Changes:
MMakefile (1 diff)

File differences

Makefile
99
1010
1111
12
12
1313
1414
15
15
1616
1717
18
18
1919
2020
21
21
all: $(SOURCES) $(EXECUTABLE)
$(EXECUTABLE): $(OBJECTS)
$(CC) $(LDFLAGS) $(OBJECTS) -o $@
$(CC) $(LDFLAGS) $(OBJECTS) -o $@
.cpp.o:
$(CC) $(CFLAGS) $< -o $@
$(CC) $(CFLAGS) $< -o $@
clean:
rm -f src/*o csvpp
rm -f src/*o csvpp
tests:
$(CC) $(LDFLAGS) ./src/csvpp.o ./src/stringhelper.o tests.cpp -o test
$(CC) $(LDFLAGS) ./src/csvpp.o ./src/stringhelper.o tests.cpp -o test

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.40349s using 14 queries.