istereo2

diff Makefile @ 14:018f997dc646

button done
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 29 Sep 2015 01:11:54 +0300
parents 2a0ef5efb8e2
children 9d53a4938ce8
line diff
     1.1 --- a/Makefile	Mon Sep 28 19:04:50 2015 +0300
     1.2 +++ b/Makefile	Tue Sep 29 01:11:54 2015 +0300
     1.3 @@ -22,7 +22,8 @@
     1.4  endif
     1.5  
     1.6  $(bin): $(obj)
     1.7 -	$(CXX) -o $@ $(obj) $(LDFLAGS)
     1.8 +	@echo "Linking $(bin) ..."
     1.9 +	@$(CXX) -o $@ $(obj) $(LDFLAGS)
    1.10  
    1.11  -include $(dep)
    1.12