diff options
author | June McEnroe <june@causal.agency> | 2018-07-17 15:44:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-07-17 15:44:35 -0400 |
commit | eb420c49bb731a48fc5183e12e62156cebc24ed3 (patch) | |
tree | 24529444e100e5f3cc3a1cc576510e39510ef534 /Makefile | |
parent | Fix ncurses color pair numbering (diff) | |
download | torus-eb420c49bb731a48fc5183e12e62156cebc24ed3.tar.gz torus-eb420c49bb731a48fc5183e12e62156cebc24ed3.zip |
Tabify source
And other style changes.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 6d39351..49377bc 100644 --- a/Makefile +++ b/Makefile @@ -45,5 +45,3 @@ tags: *.h *.c clean: rm -f tags $(BINS) termcap termcap.db chroot.tar - -.PHONY: all clean |