about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-20 19:49:32 -0400
committerJune McEnroe <june@causal.agency>2018-10-20 19:49:32 -0400
commitc5469254128f0b20f8bdd1507a11b59553269c20 (patch)
tree716164e3029b3f6d45a11543ba41d885fe724d70
parentAdd install target (diff)
downloadtorus-c5469254128f0b20f8bdd1507a11b59553269c20.tar.gz
torus-c5469254128f0b20f8bdd1507a11b59553269c20.zip
Fix Makefile indentation
Diffstat (limited to '')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1d5c8d7..ec80687 100644
--- a/Makefile
+++ b/Makefile
@@ -29,11 +29,11 @@ tags: *.h *.c
 chroot.tar: server client
 	mkdir -p root
 	install -d -o root -g wheel \
-	    root/bin \
-	    root/home \
-	    root/usr \
-	    root/usr/share \
-	    root/usr/share/misc \
+		root/bin \
+		root/home \
+		root/usr \
+		root/usr/share \
+		root/usr/share/misc \
 		root/var \
 		root/var/run
 	install -d -o $(CHROOT_USER) -g $(CHROOT_GROUP) root/home/$(CHROOT_USER)
t/home/.kshrc?id=15d2470cc6d3acaa65635bb87790954a0ea03a2e&follow=1'>Move /opt/pkg after /usr in PATHJune McEnroe 2019-02-20Set man_hard_wrap in nvimJune McEnroe 2019-02-18Use hi -o anchor in upJune McEnroe 2019-02-18Don't match nested parentheses in Tag for CJune McEnroe 2019-02-18Match whitespace between * [] {}June McEnroe 2019-02-18Fix function-like #define regexJune McEnroe 2019-02-18Match Tag in RustJune McEnroe 2019-02-18Match sh functions as TagJune McEnroe 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe