X-Git-Url: http://git.plutz.net/?p=stereofy;a=blobdiff_plain;f=Makefile;fp=Makefile;h=d136b2f84fa258347475b2c6030dad9f0f72f671;hp=a608ae850f2716dedc852fb44cf1ad9f39d3ea2e;hb=edc6a9e88d4679bbbd668de6a0d5f6cb059a8c56;hpb=88e97b55f03b5bcb3d12b673f74a1e68296060cd diff --git a/Makefile b/Makefile index a608ae8..d136b2f 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,16 @@ CC = gcc CCFLAGS = -Wall -BINDIR = ~/.bin +BINDIR = /usr/local/bin + +${BINDIR}: + echo -e "\n\n====\n The specified executable directory (${BINDIR}) does not exist.\n Please adjust the BINDIR variable in the Makefile.\n Alternatively create the directory and make sure it is in the users executable path (\$$PATH)" + exit 1 anaglyph: anaglyph.c ${CC} ${CCFLAGS} -oanaglyph anaglyph.c -install: anaglyph stereofy.sh - cp anaglyph ${BINDIR} +install: ${BINDIR} anaglyph stereofy.sh + cp anaglyph ${BINDIR}/anaglyph cp stereofy.sh ${BINDIR}/stereofy clean: