diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-02-05 17:55:38 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-02-05 17:55:38 +0400 |
commit | 3da465f5d2bb5e34c18b24cc6ee28893b70b5b16 (patch) | |
tree | dfaafadd62fb4715edb4a3dc6abf01c96deaff6d /GNUmakefile | |
parent | b4d6b73f8f0ebd4cb54e429547157fb53796eadd (diff) |
GNUmakefile: small style update
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 927b642..c4a3766 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,6 +8,6 @@ all: $(HTML) sh build-page $< > out/$@ clean: - rm -rf out + rm -rf out/ .PHONY: all clean |