aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add manpage (#46)Michael Czigler2020-09-291-0/+6
| | | | | | | | | | | | | * Create kirc.1 * add VERSION and man page * change kirc version to definition in Makefile * fix separator char (TAB) * remove double parenthesis in puts() command * change VERSION to be controlled by kirc.c
* remove `-o` from CC command lineHumm2020-09-181-1/+1
| | | | With `-o` /and/ `-c`, the result is unspecified.
* make Makefile compliantHumm2020-09-181-6/+8
|
* Don't link to XlibVäinö Mäkelä2020-09-121-1/+1
| | | | Xlib isn't used and shouldn't be a dependency
* Makefile: split compile and link stepsEthan Sommer2020-09-101-2/+5
|
* new at 0.0.1mcpcpc2020-08-061-0/+20