]> git.sur5r.net Git - cc65/history - src/Makefile
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / Makefile
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-18 Oliver SchmidtReplaced date with Git hash.
2014-03-16 Oliver SchmidtRemoved references to $TRAVIS from Makefiles.
2014-03-09 Oliver SchmidtMoved USER_CFLAGS back to re-allow warning option overr...
2014-03-09 Oliver SchmidtUpload zip file.
2014-03-08 Oliver SchmidtCreate zip file.
2014-03-06 Oliver SchmidtMoved .PHONY below definitions it refers to.
2014-03-06 Oliver SchmidtMoved from VS2013 to MinGW(-w64).
2014-03-05 Oliver SchmidtRemoved -std=c89.
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-10 Oliver SchmidtDeduct temporary library path name from library path...
2014-02-09 Oliver SchmidtUse -Werror only on Travis CI builds.
2014-02-09 Oliver SchmidtDefine _SVID_SOURCE to get tempnam().
2014-02-05 Oliver SchmidtGoals from top level Makefile should be known even...
2014-01-30 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-30 Oliver SchmidtMerge pull request #78 from groessler/something_to_pull
2014-01-29 Oliver SchmidtAdded 'install' target.
2013-12-26 Oliver SchmidtMerge pull request #67 from greg-king5/echo
2013-12-19 Oliver SchmidtMoved USER_CFLAGS to the other flags.
2013-12-19 Oliver SchmidtMerge pull request #66 from groessler/something_to_pull
2013-12-18 Christian Groessler- Add a way to give additional compiler flags with... 66/head
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-07 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-07 Oliver SchmidtAdded support for 'prefix'.
2013-05-20 Oliver SchmidtTurned sim65 into a lightweight cc65 execution environment.
2013-05-17 Oliver SchmidtHave 'avail' not be dependent on 'all'.
2013-05-15 Oliver SchmidtRenamed [un]install goals to [un]avail.
2013-05-07 Oliver SchmidtAllow to build just the binaries or just the libraries...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-05 Oliver SchmidtAdded support for building the MS VS solution from...
2013-05-05 Oliver SchmidtReduced verbosity.
2013-05-04 Oliver SchmidtMake use of single character variable syntax for the...
2013-05-02 Oliver SchmidtReplaced three function calls with one.
2013-05-02 Oliver SchmidtPlaced libraries and the end of the linker cmdline.
2013-04-29 Oliver SchmidtReplace only actually changed archive members.
2013-04-29 Oliver SchmidtMost hosts require the math library to be linked explic...
2013-04-29 Oliver SchmidtMade compatible with GNU make 3.81
2013-04-28 Oliver SchmidtReplaced elaborate install logic with just a bunch...
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...