mmitch / gbsplay

gameboy sound player
https://mmitch.github.io/gbsplay/
Other
98 stars 20 forks source link

remove recursive make call on impulse.h target #59

Closed mmitch closed 3 years ago

mmitch commented 3 years ago

Don't handle impulse.h special any more. Instead add a dependency from gbhw.d to impulse.h so it is generated before the dependency. The rest is handled by the existing targets and dependencies.

This should fix issue #58

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (ea0341b) into master (38afd2e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   46.50%   46.50%           
=======================================
  Files          20       20           
  Lines        2903     2903           
=======================================
  Hits         1350     1350           
  Misses       1553     1553           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 38afd2e...ea0341b. Read the comment docs.