Update Makefile

pull/567/head
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
1 changed files with 1 additions and 1 deletions

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