Upload files to "utils"

This commit is contained in:
Jakob Schratter 2025-10-22 15:44:00 +02:00
commit ba60cbdcb5
5 changed files with 3346 additions and 0 deletions

15
utils/Makefile Normal file
View file

@ -0,0 +1,15 @@
#
# use GNU-Compiler tools
COMPILER=GCC_
MAIN = main
SOURCES = ${MAIN}.cpp
OBJECTS = $(SOURCES:.cpp=.o)
PROGRAM = ${MAIN}.${COMPILER}
default:doc
include ../${COMPILER}default.mk