Tweak makefile to auto-generate macros if necessary.

This commit is contained in:
Stephen Heumann 2019-07-17 09:34:31 -05:00
parent 617c805160
commit e1bb505f53
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ clean:
%.a: %.c *.h
$(CC) $(CFLAGS) -c $<
%.a: %.asm
%.a: %.asm $(MACROS)
$(CC) $(CFLAGS) -c $<