diff --git a/.gitignore b/.gitignore index 7c6c9f4..171b5d5 100644 --- a/.gitignore +++ b/.gitignore @@ -51,5 +51,5 @@ Module.symvers Mkfile.old dkms.conf -# random shit I test +# random shit test.c \ No newline at end of file diff --git a/makefile b/makefile new file mode 100644 index 0000000..838f3ad --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +all: + gcc main.c -lm -o "cli-calc.o"