diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ include config.mk all: pgm-interlace pgm-interlace: pgm-interlace.o + $(CC) -o $@ $< $(LDFLAGS) test: all ./test/test.sh |
![]() |
index : pgm-interlace | |
Tool for interlacing PGM frames from fractal-gen work clusters | David Phillips |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 1 |
@@ -5,6 +5,7 @@ include config.mk all: pgm-interlace pgm-interlace: pgm-interlace.o + $(CC) -o $@ $< $(LDFLAGS) test: all ./test/test.sh |