makefile: compile, assemble and link
[swan-dev] / src / main.c
1 int main()
2 {
3         return 1;
4 }