0:b4b281ef2d0f | 1:9bf126bc825c |
---|---|
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/main.o: main.cpp | 43 ../build/main.o: main.cpp settings.h |
44 @echo "Compiling $<" | 44 @echo "Compiling $<" |
45 $(CXX) -o $@ $(CXXFLAGS) -c $< | 45 $(CXX) -o $@ $(CXXFLAGS) -c $< |
46 | 46 |