gmake

Build Info

Started on puffy OpenBSD amd64 at 2024-12-25 12:26:32 and ran for 3 seconds till 2024-12-25 12:26:35.
cc -MMD -g -w -c -o misc.o misc.c
cc -MMD -g -w -c -o hashtable.o hashtable.c
cc -MMD -g -w -c -o paramlist.o paramlist.c
cc -MMD -g -w -c -o funcdecl.o funcdecl.c
cc -MMD -g -w -c -o typeandname.o typeandname.c
cc -MMD -g -w -c -o blocks.o blocks.c
cc -MMD -g -w -c -o tree.o tree.c
cc -MMD -g -w -c -o sstrhash.o sstrhash.c
flex token.l
bison -d grammar.y
grammar.y: warning: 161 shift/reduce conflicts [-Wconflicts-sr]
grammar.y: warning: 184 reduce/reduce conflicts [-Wconflicts-rr]
grammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
cc -MMD -g -w -c -o main.o main.c -DVERSIONSTR="\"git-78e1cf8\""
cc -MMD -g -w -c -o token.yy.o token.yy.c
cc -MMD -g -w -c -o grammar.tab.o grammar.tab.c
cc -MMD -g -w misc.o hashtable.o paramlist.o funcdecl.o typeandname.o blocks.o tree.o sstrhash.o main.o token.yy.o grammar.tab.o -o pjass
ld: warning: token.l:138(token.yy.o:(yylex)): warning: sprintf() is often misused, please use snprintf()