graphene

diff Makefile @ 2:fb032d88839f

moved gmath under src
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Jul 2015 05:08:22 +0300
parents f85a59195206
children
line diff
     1.1 --- a/Makefile	Fri Jul 24 01:28:00 2015 +0300
     1.2 +++ b/Makefile	Sat Jul 25 05:08:22 2015 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  ccsrc = $(wildcard src/*.cc) \
     1.5 -		$(wildcard gmath/*.cc)
     1.6 +		$(wildcard src/gmath/*.cc)
     1.7  csrc = $(wildcard src/*.c) \
     1.8 -	   $(wildcard gmath/*.c)
     1.9 +	   $(wildcard src/gmath/*.c)
    1.10  obj = $(ccsrc:.cc=.o) $(csrc:.c=.o)
    1.11  dep = $(obj:.o=.d)
    1.12