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