# -*- Makefile -*- ifeq ($(OS),Windows_NT) EXE_EXT:=.exe else EXE_EXT:= endif all: dist/p4cleandir$(EXE_EXT) dist/p4clean$(EXE_EXT) clean: -@rm -Rdf dist dist/p4cleandir$(EXE_EXT): p4cleandir.py cxfreeze $< --target-dir dist dist/p4clean$(EXE_EXT): p4clean.py cxfreeze $< --target-dir dist
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 9596 | Ben_Key |
Initial commit of my p4clean and p4cleandir tools from https://svn.sullivanandkey.com/SnKOpen/Python/p4clean/ I am making them available here on the Perforce Workshop so that they will be more accessible for other users of Perforce. |