summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)AuthorLines
2018-01-29Makefile: Also honor CFLAGS when building deps.mkDaniel Friesel-2/+2
2017-08-25(src/Makefile) Manually set the target *.c filesorbea-1/+35
This allows finer control of which files are compiled and additionally will silence some -Wpedantic warnings when "empty" files are compiled.
2011-11-30Makefile: Respect CPPFLAGS when creating deps.mk (closes #74)Daniel Friesel-1/+1
2010-06-19Move fehrc / help from options.c into separate filesDaniel Friesel-5/+17
2010-06-11Gentoo patch: Use LDLIBS for better custom LDFLAGS supportDaniel Friesel-1/+1
2010-03-27Makefile/config.mk: Support getting the usual values from the environment.Daniel Friesel-6/+6
No need to edit config.mk to set addictional CFLAGS/LDFLAGS or change the DESTDIR etc. now
2010-03-25Shorten src/Makefile, use autogenerated deps.mkDaniel Friesel-73/+6
2010-03-21Remove autoconf (from branch 'autocruft')Daniel Friesel-0/+84
Use config.mk for configuration, both GNU make and FreeBSD make are supported.