Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Old/LLTimer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Old/LLTimer/Makefile')
-rw-r--r--Old/LLTimer/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Old/LLTimer/Makefile b/Old/LLTimer/Makefile
deleted file mode 100644
index 88fe864..0000000
--- a/Old/LLTimer/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-default:
-# For this project we don't really want things installed properly... just want the lltimer.so in the tamtam directory
-# python setup.py build install --home=$(TAMTAM_ROOT)
- python setup.py build
- cp build/lib*/* $(TAMTAM_ROOT)
-clean:
- rm -rf build
-
-
-
-
-