build: add inital autotools setup

This commit is contained in:
Bruno BELANYI 2020-09-27 21:18:23 +02:00
commit b08dacf3c0
4 changed files with 77 additions and 0 deletions

8
src/jitters.c Normal file
View file

@ -0,0 +1,8 @@
#include <stdio.h>
int main(void)
{
puts("Hello World!");
return 0;
}