common: add simple bitmap image writer

This will be useful for initial testing of the video processor.
This commit is contained in:
2018-06-30 09:45:50 -07:00
parent e520e64bc4
commit 100704eb1a
4 changed files with 162 additions and 1 deletions

View File

@@ -32,8 +32,9 @@ all: $(APPS)
gbdb: apps/gbdb
gbasm: apps/gbasm
threading: apps/threading
bmp: apps/bmp_test
.PHONY: gbasm-test tests threading
.PHONY: gbasm-test tests threading bmp
TESTS = $(patsubst %.o, %, $(filter %/test.o, $(ALL_OBJS)))
tests: $(TESTS)