diff options
author | Alan Pearce | 2024-04-01 15:15:22 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-01 15:15:22 +0200 |
commit | 8f9d0a3ed6117dde5c09c03b804aa4b2fbc80e5a (patch) | |
tree | 7a601ba8ea859dd394ebe3a55adab9ac6b192236 /Makefile | |
parent | 22bf77ae194a481f467080dba73cebc55e787b67 (diff) | |
download | website-8f9d0a3ed6117dde5c09c03b804aa4b2fbc80e5a.tar.lz website-8f9d0a3ed6117dde5c09c03b804aa4b2fbc80e5a.tar.zst website-8f9d0a3ed6117dde5c09c03b804aa4b2fbc80e5a.zip |
Remove obsolete build targets from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ef95ece..4bdbe43 100644 --- a/Makefile +++ b/Makefile @@ -76,4 +76,4 @@ compress: .compressstamp @echo "Compressing output files..." @touch .compressstamp -.PHONY: all clean build format compress deploy +.PHONY: all clean format compress |