From d532317c011b9e5653241d50b961ee8caa710144 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 9 May 2023 22:43:33 +0100 Subject: Playground Potential example game. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c83ded3..b42e8c7 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,14 @@ stb_image.o: stb_image.c stb_image.h example: example.tr8 tr8vm ./tr8vm example.tr8 +game: + make -C game run + example.tr8: example.asm tr8as ./tr8as example.asm example.tr8 clean: rm -f tr8as tr8vm example.tr8 *.o -.PHONY: clean all example +.PHONY: clean all example game -- cgit v1.2.3