From 881f7b4aa699291ae22db304dc9e259cb8331b58 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Dec 2017 17:16:12 +0100 Subject: Improve makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Almost fully (to the greatest extent possible) portable. Do not rebuild everything everytime a .c file is added. However, there is some minor oddities to allow use of -j. Signed-off-by: Mattias Andrée --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0dbd5d6..1816350 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,14 @@ -\#*\#* -.\#* *~ +*\#* *.bak *.orig *.swo *.swp +*.a *.o *.bo *.out -/platform.h -/generate-macros +/build/ /blind-* !/blind-rotate-90 !/blind-rotate-180 -- cgit v1.2.3-70-g09d2