gutomaia / pyNES

Python programming for Nintendo 8 bits
BSD 3-Clause "New" or "Revised" License
1.21k stars 109 forks source link

Add cd command for compiling examples #39

Closed kirkins closed 7 years ago

kirkins commented 7 years ago

The change directory command was included for 'cd pyNES' so I figured I'd add it to the compile step for consistency.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.735% when pulling bb9b4f33c956853d8a0dbebb9272fd98a218b9a6 on kirkins:patch-1 into bb859791693f5f64965b62ead8728adf544294b2 on gutomaia:0.1.x.

kirkins commented 7 years ago

I realized it's better not to change directory but instead just add the file path to the command.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.735% when pulling e559e239ca21c288f8c54cdc229c07ea013fc6ef on kirkins:patch-1 into bb859791693f5f64965b62ead8728adf544294b2 on gutomaia:0.1.x.

gutomaia commented 7 years ago

awesome! Thanks!