about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-17 15:44:35 -0400
committerJune McEnroe <june@causal.agency>2018-07-17 15:44:35 -0400
commite81cee1da82bd8d6bffd91ec67d0b3e957d89574 (patch)
tree838b8a75dbb3fe3d0d15d6fbad9d44247f711c83 /Makefile
parentFix ncurses color pair numbering (diff)
downloadtorus-e81cee1da82bd8d6bffd91ec67d0b3e957d89574.tar.gz
torus-e81cee1da82bd8d6bffd91ec67d0b3e957d89574.zip
Tabify source
And other style changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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