Skip to content

Instantly share code, notes, and snippets.

@brandonbloom
Created December 6, 2013 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonbloom/7833585 to your computer and use it in GitHub Desktop.
Save brandonbloom/7833585 to your computer and use it in GitHub Desktop.
From 1e3190ba8e9cbfb371267f6902bb6145cb22c686 Mon Sep 17 00:00:00 2001
From: Brandon Bloom <brandon@brandonbloom.name>
Date: Fri, 6 Dec 2013 17:56:10 -0500
Subject: [PATCH] Clean lib completely
---
script/clean | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/clean b/script/clean
index 0f7178a..c9e9061 100755
--- a/script/clean
+++ b/script/clean
@@ -2,4 +2,4 @@
rm -rf closure
rm -rf compilation
-rm -f lib/goog.jar
\ No newline at end of file
+rm -rf lib
--
1.8.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment