summary refs log tree commit diff
path: root/minic/mcc
AgeCommit message (Collapse)Author
2022-06-14Makefile: POSIXifyilliliti
Makefile now compatible with gmake, bmake, smake and pdpmake.
2019-07-11minic: fix undefined symbol linkage issueSergei V. Rogachev
The mandel example uses SDL2 for graphics output. When GCC is used to assemble the resulting *.s file it shows linker's errors about undefined symbols from the library. This behavior can be fixed by moving the flags passed to the compiler after the source file name.
2016-04-21make mcc runable from anywhereQuentin Carbonneaux
2016-03-29new layout, put LICENSE in rootQuentin Carbonneaux
2016-03-25great renaming campain!Quentin Carbonneaux
2015-11-24signal error for failed compilationsQuentin Carbonneaux
2015-11-24nice compile script courtesy k0gaQuentin Carbonneaux
2015-11-24make mcc a python scriptQuentin Carbonneaux
2015-11-19compile with debug info in mccQuentin Carbonneaux
2015-10-13improve error detection in mccQuentin Carbonneaux
2015-10-12make mcc script more robustQuentin Carbonneaux
2015-10-12add one small testQuentin Carbonneaux