summaryrefslogtreecommitdiff
path: root/Makefile
blob: 48374daee3f61b03fe2edb6146927642f9aa5ee4 (plain)
1
2
3
4
5
6
7
8
9
10
all: img img3d

img: img.c
	cc -I/usr/openwin/include -L/usr/openwin/lib -O -o img img.c -lm -lX11

img3d: img3d.c
	cc -I/usr/openwin/include -L/usr/openwin/lib -O -o img3d img3d.c -lm -lX11

clean:
	rm -f img img3d core