aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-29 19:30:17 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-29 19:30:17 -0400
commit958b167c741c2928021216fddadf24ecdabfbf61 (patch)
treee8a240a30bf635db5209e630b173e53a95d1cc96 /Makefile
parent65709a225fe0816be6d345e1401a8d67f3a0c9d1 (diff)
fix make clean; push changes to fix > bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6f0df7..48564ca 100644
--- a/Makefile
+++ b/Makefile
@@ -33,5 +33,4 @@ install_python:
clean:
@echo "cleaning up"
@cd src/python; rm build -Rvf
- @cd src/nbc; make clean
@cd src/c; make clean