This commit is contained in:
dino.celebic 2025-11-11 13:36:28 +01:00
commit 7a02dff345
29 changed files with 3943 additions and 1 deletions

View file

@ -22,7 +22,7 @@ ${PROGRAM}: ${OBJECTS}
$(LINKER) ${OBJECTS} ${LINKFLAGS} -o ${PROGRAM}
clean:
rm -f ${OBJECTS} ${PROGRAM}
rm -f ${OBJECTS} ${PROGRAM} out_1.txt
run: ${PROGRAM}