Renamed the join files.

This commit is contained in:
Relintai 2023-12-17 17:35:35 +01:00
parent 19f5e62d46
commit 5360e5e499
3 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@ mkdir -p out
cd ..
cd ..
python misc/merger/join.py --template misc/merger/pem.h.inl --path . --output misc/merger/out/pem.h
python misc/merger/join.py --template misc/merger/pem.cpp.inl --path . --output misc/merger/out/pem.cpp
python misc/merger/join.py --template misc/merger/pem_core.h.inl --path . --output misc/merger/out/pem_core.h
python misc/merger/join.py --template misc/merger/pem_core.cpp.inl --path . --output misc/merger/out/pem_core.cpp

View File

@ -1,6 +1,6 @@
#ifndef PANDEMONIUM_MINIMAL_H
#include "pem.h"
#include "pem_core.h"
#endif
#include <string.h>