dsys2

changeset 11:65da828bc218

forgot the dependecy to lib_a for the install target
author John Tsiombikas <nuclear@siggraph.org>
date Sun, 04 Sep 2011 18:21:26 +0300
parents 5ba9dd6742a0
children d7d173fcd44e
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Sun Sep 04 06:44:49 2011 +0300
     1.2 +++ b/Makefile	Sun Sep 04 18:21:26 2011 +0300
     1.3 @@ -36,7 +36,7 @@
     1.4  	rm -f $(dep)
     1.5  
     1.6  .PHONY: install
     1.7 -install:
     1.8 +install: $(lib_a)
     1.9  	mkdir -p $(PREFIX)/include $(PREFIX)/lib
    1.10  	cp $(lib_a) $(PREFIX)/lib/$(lib_a)
    1.11  	cp src/dsys2.h $(PREFIX)/include/dsys2.h