From d29ed3e8ddfbb0367dd67aa0f3b864b41357d1eb Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 23 Jul 2015 14:14:01 -0600 Subject: Actually added a makefile with dep support. Also updated the gitignore to ignore the dep files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fbc5251..5855c26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .*.swp *.o +*.d *.exe /clic /.build_cache -- cgit v1.2.3