diff --git a/Makefile b/Makefile index 0a1f00eafc..3908eafb34 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: clean v $(info V has been successfully built) v: v.c - cc -std=gnu11 -w -o v v.c + cc -std=gnu11 -w -o v v.c -lm ./v -o v compiler rm v.c