about summary refs log tree commit diff homepage
path: root/Makefile
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
commitaa7c57f06b8593046569b07a7f514d014ddc23ea (patch)
tree534b909cd347f29e2f867654e992a0050c1d253e /Makefile
parentAdd install target (diff)
downloadtorus-aa7c57f06b8593046569b07a7f514d014ddc23ea.tar.gz
torus-aa7c57f06b8593046569b07a7f514d014ddc23ea.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)
iguration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe