Use -include in makefile

This commit is contained in:
Anthony Scemama 2015-07-09 16:46:22 +02:00
parent 5d7562fd0a
commit 73da2b3cff
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ SRC=
OBJ=
LIB=
include %s
-include %s
export
%s: $(filter-out %s%%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile

View File

@ -1 +1 @@
version = "1.6.7"
version = "1.6.8"