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 | 64ff36f4b12148a1f2db46f5856845f17a0b4433 (patch) | |
tree | c39a33c9153d1ba6e3ed7e97c0152518e542ab51 /.gitignore | |
parent | Fix color pairs once and for all (diff) | |
download | torus-64ff36f4b12148a1f2db46f5856845f17a0b4433.tar.gz torus-64ff36f4b12148a1f2db46f5856845f17a0b4433.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 |