check/compare machine datatypes

This commit is contained in:
2021-01-20 14:58:22 +01:00
parent 9b0dd5e7d7
commit 083db81f4e
4 changed files with 49 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ uninstall : $(INST)/$(EXE)
rm $<
# build main.cpp object file and include git version/commit tag
main.o : src/main.cpp
main.o : src/main.cpp lib/$(SRC).hpp
@cp $< $<.cpp
@sed -i 's/TAGSTRING/$(GTAG)/g' $<.cpp
@sed -i 's/HASHSTRING/$(GHSH)/g' $<.cpp