]> WPIA git - gigi.git/commitdiff
upd: native Makefile improvements
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Fri, 9 Sep 2016 20:19:31 +0000 (22:19 +0200)
committerLucas Werkmeister <mail@lucaswerkmeister.de>
Sat, 10 Sep 2016 07:48:10 +0000 (09:48 +0200)
- Remove optimization. We don't need it, and -O3 in particular can
  introduce bugs.
- Move -I directives to preprocessor flags.
- Add a separate goal for the header file instead of using shell &&.
- Use the special variable $(RM) to remove files, and ignore failures if
  some files don't exist.

Change-Id: Icb7bd684bae6bdb860712a4e24d880b265db292a


No differences found