From 42017b2905d3fe7a1eeed09dbbef9945b9172de3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 30 Apr 2017 00:11:55 +0200 Subject: Makefile: Add "upload" target to upload all tracks. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 045d335..99a515a 100644 --- a/Makefile +++ b/Makefile @@ -22,5 +22,10 @@ include rules.mk NAME := 04-white-noise include rules.mk +upload: $(addsuffix /upload-ogg, $(SUBDIRS)) -.PHONY: $(SUBDIRS) clean +.PHONY: $(SUBDIRS) \ + $(addsuffix /upload-ogg, $(SUBDIRS)) \ + $(addsuffix /upload-wav, $(SUBDIRS)) \ + clean \ + upload -- cgit v1.2.3