Added ROM to clean target

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@50 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-21 05:08:13 +00:00
parent 2861b420bd
commit cbcb7d6ad8
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ cleanlib:
rm -f $(LIBV6502) $(LIBV6502_OBJS)
clean: cleanlib
rm -f $(PROG) $(OBJS)
rm -f $(PROG) $(ROM) $(OBJS)