diff options
author | June McEnroe <june@causal.agency> | 2018-08-21 13:09:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-21 13:09:58 -0400 |
commit | 5f1a3d809239171d5620f2f208e6e635100b22eb (patch) | |
tree | b1ba19f4cbd06a46ef1fb7d55d170647c775efa0 /.gitignore | |
parent | Fix color pairs once and for all (diff) | |
download | torus-5f1a3d809239171d5620f2f208e6e635100b22eb.tar.gz torus-5f1a3d809239171d5620f2f208e6e635100b22eb.zip |
Clean up Makefile
Having .o files depend on .h files works correctly everywhere, it seems.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2f400d8..7f76e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.o chroot.tar client help |