exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

Fix build issues with example solutions #144

Closed sudhackar closed 2 years ago

sudhackar commented 2 years ago

Example solutions are in .meta directory - for practice challenges its .meta/example.asm. Currently the script missed all such files and hence the builds failed

Fixes #137 as well