Add GCD grid example

This commit is contained in:
Dimitri Lozeve 2023-03-18 18:43:54 +01:00
parent 1496a0fd12
commit 9551806b17
4 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,5 @@
.PHONY: all
all: checkers.png random_pbm.png random_pgm.png random_ppm.png gradient.png hsv.png
all: checkers.png random_pbm.png random_pgm.png random_ppm.png gradient.png hsv.png gcdgrid.png
%.pnm: %.bqn
bqn $< > $@