]> git.plutz.net Git - stereofy/blob - Makefile
initial commit
[stereofy] / Makefile
1 CC = gcc
2 CCFLAGS = -Wall
3 BINDIR = ~/.bin
4
5 anaglyph: anaglyph.c
6         ${CC} ${CCFLAGS} -oanaglyph anaglyph.c
7
8 install: anaglyph stereofy.sh
9         cp anaglyph ${BINDIR}
10         cp stereofy.sh ${BINDIR}/stereofy
11
12 clean:
13         rm anaglyph