Add build system for fusee

This commit is contained in:
TuxSH
2018-03-14 21:14:02 +01:00
parent 965971edbd
commit 171c82ea9e
8 changed files with 499 additions and 1 deletions

4
fusee/src/main.c Normal file
View File

@@ -0,0 +1,4 @@
int main(void) {
/* TODO */
return 0;
}