Skip to content

Commit

Permalink
[feature] script to create one single header file
Browse files Browse the repository at this point in the history
  • Loading branch information
lvntky committed Aug 12, 2024
1 parent f560473 commit 6818b8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions amalgamate.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -- ccontainer amalgamete helper script --
# This helper script iterates include/ccontainer directory
# Copies all header files
# And creates one single .h file which named `ccontainer_amalgamate.h` out of it
# Into the curret directory or specified directory
# By this way you can use all the container types without
# explicity including them.

print("hello world")

0 comments on commit 6818b8e

Please sign in to comment.