Skip to content

Commit

Permalink
Does it work?
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiki6 committed Jun 28, 2020
1 parent e6f2a0f commit 979bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install: bin
sudo sync
sudo umount /mnt
push:
for file in $$(ls | grep patches/) ; do \
for file in $$(find patches/ -type f) ; do \
patch -i $$file smb.asm; \
make bin ; \
mv smb.nes builds/$(echo $$file | cut -d"/" -f2 | cut -d"." -f1).nes ; \
Expand Down

0 comments on commit 979bb08

Please sign in to comment.