Update Makefile

This commit is contained in:
Alex Medvednikov 2019-06-25 02:03:58 +02:00 committed by GitHub
parent add0abe956
commit 5d988fdcbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
all: v vc
v: vc
./vc -o v .
./vc -o v . && ./v -o v .
vc: v.c
cc -std=gnu11 -w -o vc v.c