Skip to content

Commit

Permalink
Allow running games from games/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmarcz committed Dec 15, 2018
1 parent d88b17c commit e053a60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ build/%.ch8: asm/%.c8asm
build/%.hex: build/%.ch8
hexdump -v -e '/1 "%02X "' $< > $@

build/%.hex: games/%.ch8
hexdump -v -e '/1 "%02X "' $< > $@

GAME ?= counter

.PHONY: flash-chip8
Expand Down

0 comments on commit e053a60

Please sign in to comment.