From: Hiltjo Posthuma Date: Sun, 1 Dec 2019 17:26:04 +0000 (+0100) Subject: Makefile improvements X-Git-Url: https://git.armaanb.net/?a=commitdiff_plain;h=adaff713dc3e9ff494632a44d5743cbc0e0e16c7;hp=adaff713dc3e9ff494632a44d5743cbc0e0e16c7;p=stagit.git Makefile improvements - remove double -c in .c.o target. - remove config.mk abstraction. - change LIBS and INCS to LIBGIT_INC and LIBGIT_LIB. - use system cflags and ldflags, but allow the same override rules for porters. ---