Skip to content

Instantly share code, notes, and snippets.

@akanyuk
akanyuk / Makefile
Last active November 18, 2020 20:39
ZX Spectrum demo build makefile example
PROJECT_NAME = my_first_mega_demo
PARTS=intro rotozoomer twister 3dcubes cooper_bars greetings3d moving_shit outro
VER = $(shell git log --format="%h" -n 1)
ifeq ($(COPY_SNAPSHOT_TO),)
COPY_SNAPSHOT_TO = C:\Temp
endif
.PHONY: all clean build help