Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 384774e

Browse files
committed
Makefile: Move all to the top
1 parent 3bebc2c commit 384774e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
PREFIX ?= /usr
22

3+
all: sicherboot.conf sicherboot.1
4+
35
sicherboot.conf: sicherboot.conf.in sicherboot
46
cp sicherboot.conf.in sicherboot.conf.tmp
57
set -e; for var in `grep -o "^[A-Z][A-Z_]*=$$" sicherboot.conf.in | sort -u`; do \
@@ -10,8 +12,6 @@ sicherboot.conf: sicherboot.conf.in sicherboot
1012
sicherboot.1: sicherboot.1.md
1113
pandoc -s -t man sicherboot.1.md -o sicherboot.1
1214

13-
all: sicherboot.conf sicherboot.1
14-
1515
clean:
1616
$(RM) -f sicherboot.conf sicherboot.conf.tmp sicherboot.1
1717

0 commit comments

Comments
 (0)