libgoatvr

diff Makefile.in @ 5:e63cb28fc644

working on the linux side a bit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 18 Sep 2014 10:56:45 +0300
parents d861e4d6850f
children 6896f9cf9621
line diff
     1.1 --- a/Makefile.in	Fri Aug 29 07:37:19 2014 +0300
     1.2 +++ b/Makefile.in	Thu Sep 18 10:56:45 2014 +0300
     1.3 @@ -30,7 +30,7 @@
     1.4  endif
     1.5  
     1.6  .PHONY: all
     1.7 -$(all): $(lib_so) $(lib_a)
     1.8 +all: $(lib_so) $(lib_a)
     1.9  
    1.10  $(lib_so): $(obj)
    1.11  	$(CC) -o $@ $(shared) $(obj) $(LDFLAGS)