makefile: compile, assemble and link
authorRobin Krens <robin@robinkrens.nl>
Thu, 2 Jun 2022 20:38:28 +0000 (22:38 +0200)
committerRobin Krens <robin@robinkrens.nl>
Thu, 2 Jun 2022 20:38:28 +0000 (22:38 +0200)
commitd4fe34bf794943b74c2a13c4c0784a6f8b87f875
treecc9b53f4c7c6213aa81a5498d82f8e5ab66b2ce6
parenta349f3a956fec14c325de1ac94554f4f2247bcb1
makefile: compile, assemble and link
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
inc/WonderSwan.inc [new file with mode: 0644]
inc/init.inc [new file with mode: 0644]
src/init.s [new file with mode: 0644]
src/main.c [new file with mode: 0644]