This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
a911146182
v
/
compiler
/
Makefile
12 lines
107 B
Makefile
Raw
Normal View
History
Unescape
Escape
Remove vc dependency from all Since v already has a dependency on vc it's not necessary for all to depend on both vc and v it just needs v.
2019-06-25 21:22:02 +02:00
all
:
v
compiler: add makefile for build v
2019-06-23 04:34:41 +02:00
simpler Makefile
2019-06-25 21:46:07 +02:00
v
:
v
.
c
cc -std
=
gnu11 -w -o v v.c
./v -o v .
compiler: add makefile for build v
2019-06-23 04:34:41 +02:00
v.c
:
wget https://vlang.io/v.c
clean
:
simpler Makefile
2019-06-25 21:46:07 +02:00
-rm vc v.c