aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-04-02map: Use simpler fnv-1a hash functionMichael Forney
2024-03-24Add support for C23 attribute syntaxMichael Forney
2024-03-23Remove qbe submoduleMichael Forney
2022-10-30Add cproc(1) manual pageDavid Demelier
2021-07-06Add functions for encoding/decoding UTF-8/16Michael Forney
2020-04-19Add install target to MakefileMichael Forney
2019-07-05Rename to cprocMichael Forney
2019-06-27Pass target to cc-qbeMichael Forney
2019-05-13Add qbe submodule to make it easy to buildMichael Forney
2019-05-07Add -s to LDFLAGS instead of running strip manually during bootstrapMichael Forney
2019-04-29driver.o needs config.hMichael Forney
2019-04-28config.def.h was removedMichael Forney
2019-04-28Just maintain header dependencies in MakefileMichael Forney
2019-04-20Set path of CCQBE explicitlyMichael Forney
2019-04-17htab -> mapMichael Forney
2019-04-07deps.mk: Include $(objdir) in target nameMichael Forney
2019-04-07Makefile: Don't use $< outside of inference rulesMichael Forney
2019-04-07Change $(objdir) instead of $(srcdir) for stage2 and stage3 buildsMichael Forney
2019-02-22Don't need CFLAGS with linkingMichael Forney
2019-02-13check target depends on ccMichael Forney
2019-02-12Don't need to clear CFLAGS and LDFLAGS on bootstrapMichael Forney
2019-02-12Initial importMichael Forney