summaryrefslogtreecommitdiff
path: root/3rdParty/libb64/base64/VisualStudioProject/Makefile
blob: 047fcb903ba206f9696a59ec060b46bf65a8f4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
DEBRIS = base64.sdf base64.suo base64.vcxproj.user

all:

clean:
	rm -rf Debug Release

distclean: clean
	rm -f $(DEBRIS)