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

hello-world: Makefile not present #64

Closed bitfield closed 5 years ago

bitfield commented 5 years ago

The instructions for running the tests say "Run make", but there is no Makefile in the exercise directory:

ls
README.md               hello_world_test.c      vendor
bergjohan commented 5 years ago

Thanks! This is working now, so I'm closing the issue.

bitfield commented 5 years ago

Confirmed working, thank you.