diff options
author | Bert <ber.t@gmx.com> | 2011-09-08 15:41:18 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-09-08 15:41:18 +0200 |
commit | b96c10633782d697a4f5573099b0762630b45347 (patch) | |
tree | 276cbe1dd0a1e9f58971360d79192b0a2b7feea4 /.gitignore | |
parent | 8f34b7e95cc4de30b67eacb264688ca14acaaf60 (diff) |
Overhauled building
- config.h -> config.def.h
- Create config.h during make, if it does not exist
- Nice make output
- Use XFLAGS and XLIBS to include additional compile-time features,
which depend on third-party libraries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ +config.h *.o sxiv cscope.out -release tags +release |