From e76be97de77f9df6c0cef344c9e2fb4bd1546385 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 1 Oct 2014 18:21:20 -0400 Subject: add 'make run' --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1c24c9e..58921c0 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ $(NAME).rom: $(OBJS) linkfile %.o: %.s @$(CC) $(CFLAGS) -o $< +run: $(NAME).nes + fceux $(NAME).nes + clean: @rm -f $(OBJS) $(NAME).rom $(NAME).nes -- cgit v1.2.3