38 compile: config.mk build FORCE |
38 compile: config.mk build FORCE |
39 @cd src && $(MAKE) |
39 @cd src && $(MAKE) |
40 |
40 |
41 FORCE: |
41 FORCE: |
42 |
42 |
43 ../build/heatmap.o: heatmap.cpp heatmap.h settings.h |
43 ../build/heatmap.o: heatmap.cpp heatmap.h settings.h commit-data.h |
44 @echo "Compiling $<" |
44 @echo "Compiling $<" |
45 $(CXX) -o $@ $(CXXFLAGS) -c $< |
45 $(CXX) -o $@ $(CXXFLAGS) -c $< |
46 |
46 |
47 ../build/html.o: html.cpp html.h |
47 ../build/html.o: html.cpp html.h commit-data.h |
48 @echo "Compiling $<" |
48 @echo "Compiling $<" |
49 $(CXX) -o $@ $(CXXFLAGS) -c $< |
49 $(CXX) -o $@ $(CXXFLAGS) -c $< |
50 |
50 |
51 ../build/main.o: main.cpp settings.h repositories.h process.h heatmap.h \ |
51 ../build/main.o: main.cpp settings.h repositories.h process.h heatmap.h \ |
52 html.h |
52 commit-data.h html.h |
53 @echo "Compiling $<" |
53 @echo "Compiling $<" |
54 $(CXX) -o $@ $(CXXFLAGS) -c $< |
54 $(CXX) -o $@ $(CXXFLAGS) -c $< |
55 |
55 |
56 ../build/process.o: process.cpp process.h |
56 ../build/process.o: process.cpp process.h |
57 @echo "Compiling $<" |
57 @echo "Compiling $<" |