1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix make clean

This commit is contained in:
Alexander Medvednikov 2019-06-26 18:12:24 +02:00
parent e7f2babb5d
commit 5b5c6b7918

View File

@ -11,4 +11,4 @@ test: v
find .. -name '*_test.v' | xargs ./v {}
clean:
-rm v.c
-rm -f v.c v