swh:1:snp:6167e9b14dea50d93da8e1b7d2406894afc4eb34
Raw File
Tip revision: 94b07aae0f2f5871f67d58d39526b9e9e98943f7 authored by Software Heritage on 26 August 2016, 00:00:00 UTC
ipol: Deposit 1286 in collection ipol
Tip revision: 94b07aa
Makefile
smooth_contours: smooth_contours_cmd.c io.c io.h smooth_contours.c smooth_contours.h
	$(CC) -O3 -o smooth_contours smooth_contours_cmd.c io.c smooth_contours.c -lm

test: smooth_contours
	./smooth_contours image.pgm -t output.txt -p output.pdf

clean:
	rm -f smooth_contours output.txt output.pdf
back to top