11 lines
124 B
Makefile
11 lines
124 B
Makefile
|
DEBRIS = base64.sdf base64.suo base64.vcxproj.user
|
||
|
|
||
|
all:
|
||
|
|
||
|
clean:
|
||
|
rm -rf Debug Release
|
||
|
|
||
|
distclean: clean
|
||
|
rm -f $(DEBRIS)
|
||
|
|
||
|
|