From c985e323fd40be18cd14d0bde6f6b2e302e7007f Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Mon, 29 Feb 2016 21:34:31 +1100 Subject: [PATCH] Added new example to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec46c57..cf4828f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SUBDIRS=000.trackdisk 001.simple_image 002.sprite_display 003.music 004.copper_bars +SUBDIRS=000.trackdisk 001.simple_image 002.sprite_display 003.music 004.copper_bars 005.copper_vert .PHONY: subdirs $(SUBDIRS)