# HG changeset patch # User Matti Hamalainen # Date 1451128738 -7200 # Node ID c4b4acee5efa81e8aede5d036f70db41e80d7828 # Parent d989cf142f8c593b3aab7380ccb958c5d2d94dbb Add config.h to targets. diff -r d989cf142f8c -r c4b4acee5efa Makefile --- a/Makefile Thu Jul 09 22:35:59 2015 +0300 +++ b/Makefile Sat Dec 26 13:18:58 2015 +0200 @@ -25,7 +25,7 @@ ### Stuff ### ENDIANCHK_BIN=$(BINPATH)endianchk$(EXEEXT) -TARGETS += $(ENDIANCHK_BIN) +TARGETS += $(ENDIANCHK_BIN) config.h include Makefile.gen