diff options
author | Mike Buland <mike@xagasoft.com> | 2015-07-23 14:14:01 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2015-07-23 14:14:01 -0600 |
commit | d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb (patch) | |
tree | 86f52bf4297e780891abb58d587e4326d4da30ce /.gitignore | |
parent | 8d81d59bcbac8fbae5e63740367fdf55c48691bb (diff) | |
download | clic-d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb.tar.gz clic-d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb.tar.bz2 clic-d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb.tar.xz clic-d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb.zip |
Actually added a makefile with dep support.
Also updated the gitignore to ignore the dep files.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ | |||
1 | .*.swp | 1 | .*.swp |
2 | *.o | 2 | *.o |
3 | *.d | ||
3 | *.exe | 4 | *.exe |
4 | /clic | 5 | /clic |
5 | /.build_cache | 6 | /.build_cache |