@@ -0,0 +1,8 @@
SRCS = src/main.sols
TARGET = solspkg
${TARGET}: ${SRCS}
solstice ${SRCS} -o ${TARGET}
clean:
rm ${TARGET}
The note is not visible to the blocked user.