invisible

diff Makefile @ 5:700127288dc5

quick backup todo: fix save_ppm subimage2d
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Thu, 24 Oct 2013 00:09:13 +0300
parents b0b90ef993a0
children
line diff
     1.1 --- a/Makefile	Wed Oct 16 15:41:08 2013 +0300
     1.2 +++ b/Makefile	Thu Oct 24 00:09:13 2013 +0300
     1.3 @@ -14,6 +14,8 @@
     1.4  $(bin): $(obj)
     1.5  	$(CXX) -o $@ $(obj) $(LDFLAGS)
     1.6  
     1.7 +-include $(dep)
     1.8 +
     1.9  %.d: %.cc
    1.10  	@$(CPP) $(CXXFLAGS) $< -MM -MT $(@:.d=.o) >$@
    1.11