summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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