diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-02-05 15:53:00 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-02-05 15:53:00 -0500 |
commit | 9be811f585667ff12daacac95a233cd1976056c3 (patch) | |
tree | 8be3d1e32b769c782b3046a369ff90b7e7d0ee16 /svd2funreg/Makefile | |
parent | 6d33ec12204a65613ded8bfc7ac92055712a4338 (diff) |
Diffstat (limited to 'svd2funreg/Makefile')
-rw-r--r-- | svd2funreg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svd2funreg/Makefile b/svd2funreg/Makefile index 743d59a..7fd2c5e 100644 --- a/svd2funreg/Makefile +++ b/svd2funreg/Makefile @@ -1,2 +1,2 @@ all: - g++ -o main main.cpp pugixml/src/pugixml.cpp -I pugixml/src + g++ -o main main.cpp pugixml/src/pugixml.cpp -I pugixml/src -std=c++20 |