Skip to content

Commit

Permalink
[feature] updated amalgamate script
Browse files Browse the repository at this point in the history
  • Loading branch information
lvntky committed Aug 12, 2024
1 parent 8e1d9ca commit 3d6f898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
import os

ccontainer_amalgamate_header = open("ccontainer_amalgamate.h", 'a') # use append
script_info_text = "/* This header is auto-generated by ccontainer amalgamate.py\n* To create one single one single header file*/\n"

ccontainer_amalgamate_header.write(script_info_text)

INCLUDE_PATH = "./include/ccontainer/"

for header in os.listdir(INCLUDE_PATH):
Expand Down

0 comments on commit 3d6f898

Please sign in to comment.