Skip to content

Instantly share code, notes, and snippets.

View andresdanielmtz's full-sized avatar
🏠
Working from home

Andrés Martínez andresdanielmtz

🏠
Working from home
View GitHub Profile
@andresdanielmtz
andresdanielmtz / gen-build.py
Created May 23, 2025 02:27
Gen-Build (Python 3)
#!/usr/bin/env python3
#
# USAGE: gen-build.py TYPE
#
# where TYPE is one of: make, dsp, vcproj
#
# It reads build.conf from the current directory, and produces its output
# into the current directory.
#