mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
makefile: now that v.c is regenerated after every commit, it is no longer needed to run "v -o v compiler"
This commit is contained in:
parent
8fe46d5db5
commit
5055ac4b23
1
Makefile
1
Makefile
@ -16,7 +16,6 @@ ifdef WIN32
|
|||||||
./v0.exe -o v.exe compiler
|
./v0.exe -o v.exe compiler
|
||||||
else
|
else
|
||||||
$(CC) -std=gnu11 -w -o v vc/v.c -lm
|
$(CC) -std=gnu11 -w -o v vc/v.c -lm
|
||||||
./v -o v compiler
|
|
||||||
endif
|
endif
|
||||||
rm -rf vc/
|
rm -rf vc/
|
||||||
@echo "V has been successfully built"
|
@echo "V has been successfully built"
|
||||||
|
Loading…
Reference in New Issue
Block a user