diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -29,10 +29,13 @@ stylesheets_folders = $(call dirnames,$(stylesheets)) scripts = $(foreach img,$(shell find scripts -type f),$(OUTDIR)/$(img)) scripts_folders = $(call dirnames,$(scripts)) -.PHONY: all clean site +.PHONY: all clean site upload all: site +upload: site + ./upload.sh $(OUTDIR) + clean: -rm -r $(OUTDIR) |
