Use and depend on GNU make...

- Use non-POSIX :=,?=,+= macro assignments, fixes issue #97
- No optimization level set in CFLAGS, expected to be set in environment
- Automatic header dependency tracking with one .d file per compilation unit
- Better fix for issue #181
This commit is contained in:
Bert Münnich
2014-11-02 19:32:08 +01:00
parent 6cee58117a
commit f55d9f4283
2 changed files with 17 additions and 23 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.depend
config.h
*.d
*.o
sxiv