about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)
07:06 -0400'>2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe