Init vger
This commit is contained in:
commit
c2d813c0f1
5 changed files with 248 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
all: vger
|
||||
|
||||
clean:
|
||||
rm vger
|
||||
|
||||
vger: main.c
|
||||
${CC} -o vger main.c
|
||||
|
||||
test: vger
|
||||
cd tests && sh test.sh
|
Loading…
Add table
Add a link
Reference in a new issue