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:
parent
e7f2babb5d
commit
5b5c6b7918
@ -11,4 +11,4 @@ test: v
|
||||
find .. -name '*_test.v' | xargs ./v {}
|
||||
|
||||
clean:
|
||||
-rm v.c
|
||||
-rm -f v.c v
|
||||
|
Loading…
Reference in New Issue
Block a user