color config for code blocks
[smdp.git] / Makefile
2021-06-16 Daniel Liurebranded
2021-04-19 Yochem van RosmalenRemove binary and manpage on `$ make uninstall` (#146)
2018-07-23 Michael Göhlerversion bump
2016-11-03 Lev LamberovMake build reproducible. Thanks to Reiner Herrmann...
2016-02-07 Michael Göhlerversion bump
2015-12-20 Michael GöhlerMerge pull request #95 from dogsleg/master
2015-12-15 Lev Lamberovmaking PREFIX overridable, but still /usr/local by...
2015-04-11 Michael GöhlerMerge pull request #86 from lukaslueg/master
2015-04-11 Michael Göhlerfixed build error, #87
2015-04-11 Michael Göhleruse TARGET where possible
2015-04-10 Daniel Campoverde... Add first man-page documentation
2015-03-27 Michael Göhleri think it's time for version 1.0
2014-11-20 Michael GöhlerMerge pull request #61 from dimkr/master
2014-11-20 Dima KrasnerRespect CFLAGS, LDFLAGS and CPPFLAGS.
2014-10-30 Michael Göhlerfixed flipped DESTDIR and PREFIX, closes #49
2014-09-30 Michael GöhlerMerge pull request #40 from FreeBirdLjj/issue#16
2014-09-28 FreeBirdLjjAdd sublime Text 3 project settings.
2014-09-28 FreeBirdLjjMerge branch 'master' into issue#16
2014-09-28 Michael Göhlerswitch to uname -s -- another try on #35
2014-09-27 Michael GöhlerMerge pull request #38 from FreeBirdLjj/issue#16
2014-09-23 Michael Göhleronly check uname if OS is Windows_NT
2014-09-22 Michael GöhlerMerge pull request #21 from ungureanuvladvictor/generic...
2014-09-22 Michael Göhlerfixed Makefile for cygwin build after #23
2014-09-22 mattnMerge pull request #23 from mattn/win32
2014-09-21 Michael GöhlerMerge pull request #33 from Pyrohh/master
2014-09-21 Michael ReedMakefile: switch out 'rm -f' with '$(RM)' to match...
2014-09-19 Michael Göhlercompiling against ncursesw to display UTF-8 chars corre...
2014-09-19 Michael GöhlerMerge pull request #20 from FreeBirdLjj/AddGitIgnore
2014-09-18 Michael Göhlerpartially revert cae082fd - install -D is not OS-X...
2014-09-17 Michael GöhlerMerge pull request #7 from Pyrohh/master
2014-09-17 Michael ReedMakefile improvements:
2014-09-17 Michael GöhlerMerge pull request #6 from FreeBirdLjj/EnhancedMakefile
2014-09-17 FreeBirdLjjReplace `strip` with `ld` `-s' option.
2014-09-17 FreeBirdLjjAdd compile optimization options (as default).
2014-09-17 FreeBirdLjjUsing the implicit rules of `make`.
2014-09-17 FreeBirdLjj`all' is also a phony target.
2014-09-17 FreeBirdLjjBugfix: the first target should have been `all', not...
2014-09-14 Michael Göhlersmall readme changes
2014-09-14 Michael Göhlerrewrote Makefile + copyright and license infos
2014-09-07 Michael Göhlerrename project to mdp
2014-09-07 Michael Göhleradded a char stack implementation for later use
2014-09-01 Michael Göhlerdisplay content line by line + corrected key codes
2014-08-29 Michael Göhleradded viewer to main program - display dummy text for...
2014-08-27 Michael Göhlerfixed wrong linker usage + fix some compiler warnings
2014-08-17 Michael Göhlersplit up some headers + rename markdown_io to parser
2014-08-17 Michael Göhlerdraft main application with file io + fixed Makefiles
2014-08-10 Michael Göhlercstring header + test