# -*- Makefile -*- ifeq ($(OS),Windows_NT) EXE_EXT:=.exe else EXE_EXT:= endif all: dist/SetSvnProps$(EXE_EXT) clean: -@rm -Rdf dist dist/SetSvnProps$(EXE_EXT): SetSvnProps.py cxfreeze $< --target-dir dist