diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-12-22 18:57:34 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-12-22 18:57:34 +0100 |
commit | a449cb5e5650da60d45102aeeeeebafa883291c1 (patch) | |
tree | c37d74f022c58afd79860f23599a3376282207b3 /makefile | |
parent | 3bca295893f77657b3be26ef77dc663a912eed4c (diff) | |
download | x200-my-a449cb5e5650da60d45102aeeeeebafa883291c1.tar.gz |
updated makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ clean: | |||
17 | rm -rf .backup | 17 | rm -rf .backup |
18 | pandoc -s README.md -o about.html | 18 | pandoc -s README.md -o about.html |
19 | 19 | ||
20 | .PHONY: clean | 20 | .PHONY: all pkg clean |