From 0c3bfd494dc85752d1704136fdae2f60654659c9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 3 Dec 2011 14:36:15 -0800 Subject: [PATCH] fix publish proj make task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d667ac..55dc1d1 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ publish_blog: blog publish_assets publish_proj: proj publish_assets @echo - ./bin/publish.sh --delete proj + ./bin/publish.sh --delete public/proj publish_index: public/index.html @echo