X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=vis%2Fmakefile;h=26271df3f0ed32dd58ce08a3bc7da1e30d6987b6;hb=800924295f367ea6ee552e39e184f3c58b4c25b7;hp=9f2eec9f9301c895edce37b181ee0740230a5803;hpb=2cd0c0e6b9c2f65254909c807199d61ba63a1667;p=~andy%2Fcsm213a-hw diff --git a/vis/makefile b/vis/makefile index 9f2eec9..26271df 100644 --- a/vis/makefile +++ b/vis/makefile @@ -1,5 +1,5 @@ run: - ./main.py + python -u ./main.py clean: rm -rf *.pyc __pycache__