aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-11-29 04:55:17 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:50 +0100
commit3b9521f234fd2c301d00030e779252cc2e51db99 (patch)
tree4168a29f53e6dd1d5c086e346cd455a7f8b3928c /Makefile
parent3badf76cc8712e8c31b884e684911f065bd59551 (diff)
downloadusdx-3b9521f234fd2c301d00030e779252cc2e51db99.tar.gz
usdx-3b9521f234fd2c301d00030e779252cc2e51db99.tar.xz
usdx-3b9521f234fd2c301d00030e779252cc2e51db99.zip
removed orphaned variables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36d2329e..f375a6ae 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ include ${TOP}/Makefile.inc
all: $(TARGET)
clean:
- -$(RM) -r $(TARGET) $(TARGET-COVERAGE) $(objects) $(deps) $(coverage)
+ -$(RM) -r $(TARGET) $(objects) $(deps)
run: $(TARGET)
./$(TARGET)