Add cleaner for ignored files
This commit is contained in:
parent
e213dad6b3
commit
de87f85c45
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
VC = git
|
||||
|
||||
all:
|
||||
|
||||
|
||||
clean:
|
||||
@$(VC) clean -Xdf
|
Loading…
Reference in a new issue