makefile added
This commit is contained in:
parent
e4b2b15243
commit
761c706a29
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -51,5 +51,5 @@ Module.symvers
|
|||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# random shit I test
|
||||
# random shit
|
||||
test.c
|
2
makefile
Normal file
2
makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
all:
|
||||
gcc main.c -lm -o "cli-calc.o"
|
Loading…
Add table
Reference in a new issue