diff options
author | June McEnroe <june@causal.agency> | 2018-10-20 19:49:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-20 19:49:32 -0400 |
commit | c5469254128f0b20f8bdd1507a11b59553269c20 (patch) | |
tree | 716164e3029b3f6d45a11543ba41d885fe724d70 | |
parent | Add install target (diff) | |
download | torus-c5469254128f0b20f8bdd1507a11b59553269c20.tar.gz torus-c5469254128f0b20f8bdd1507a11b59553269c20.zip |
Fix Makefile indentation
Diffstat (limited to '')
-rw-r--r-- | Makefile | 10 |
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) |