textpsys

diff Makefile @ 1:57c6f7b70126

renamed to textpsys
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 19 Aug 2015 09:17:20 +0300
parents a4ffd9e6984c
children
line diff
     1.1 --- a/Makefile	Wed Aug 19 09:13:48 2015 +0300
     1.2 +++ b/Makefile	Wed Aug 19 09:17:20 2015 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  src = $(wildcard src/*.cc)
     1.5  obj = $(src:.cc=.o)
     1.6  dep = $(obj:.o=.d)
     1.7 -bin = textbomb
     1.8 +bin = textpsys
     1.9  
    1.10  
    1.11  CXXFLAGS = -std=c++11 -pedantic -Wall -g