Skip to content
Snippets Groups Projects
Makefile 72 B
Newer Older
sobel: sobel.c
	gcc -o sobel sobel.c -lm

clean:
	rm -f sobel sobel.pgm