makefile added

This commit is contained in:
array-in-a-matrix 2021-06-14 22:19:14 -04:00
parent e4b2b15243
commit 761c706a29
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -51,5 +51,5 @@ Module.symvers
Mkfile.old
dkms.conf
# random shit I test
# random shit
test.c

2
makefile Normal file
View file

@ -0,0 +1,2 @@
all:
gcc main.c -lm -o "cli-calc.o"