8 lines
43 B
Makefile
8 lines
43 B
Makefile
|
VC = git
|
||
|
|
||
|
all:
|
||
|
|
||
|
|
||
|
clean:
|
||
|
@$(VC) clean -Xdf
|