Skip to content

Commit

Permalink
Correct build
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 701a738 commit 1955d24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,14 @@ def build():
else:
print("output can't be . or start with /")
exit(1)
includeUnimplemented = args.extended
ignoreClasses = args.tiny

if (os.path.exists(outputDir)):
print(f"Deleting {outputDir}")
shutil.rmtree(outputDir)

print("Building...")

printDir(parser.input);
printDir(inputDir);

print(parser.epilog)

Expand Down

0 comments on commit 1955d24

Please sign in to comment.