init
This commit is contained in:
commit
27306e86a7
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
multif
|
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
CC=c99
|
||||||
|
|
||||||
|
all: multif
|
||||||
|
|
||||||
|
multif: multif.o
|
||||||
|
${CC} -o multif multif.o
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f multif.o multif
|
Loading…
Reference in a new issue