machine blocks FINALLY work

This commit is contained in:
anon
2024-07-17 22:50:41 +02:00
parent 78755df0a4
commit bec336d276
9 changed files with 77 additions and 58 deletions

View File

@ -93,4 +93,4 @@ clean:
-rm a.out
${OUT}: ${PLUGLOCK} ${GENSOURCE} ${GENOBJECT} ${OBJECT} ${LIB}
${LINK.c} -o $@ ${OBJECT} ${GENOBJECT} ${LDLIBS} library/tommyds/tommy.o
${LINK.c} -o $@ ${OBJECT} ${GENOBJECT} ${LDLIBS} library/tommyds/tommy.o library/sds/sds.o