summaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index 66d88f7..07b7d78 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -15,7 +15,7 @@ all: $(TARGET)
$(TARGET): $(SRC)
mkdir $(TARGET)
$(CC) $(CFLAGS) $^ -o $(TARGET)/dartboat_wasm.js
- cp static/* $(TARGET)/
+ cp -r static/* $(TARGET)/
clean:
rm -rf $(TARGET)