aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-14 18:19:32 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-14 18:19:32 +0000
commit1918eb837f5548c3aacb84726c2668cb38640e6c (patch)
treee8aa171f2e1f57bf929ed5c1003da86236777498 /Makefile
parent8ca5da0948125e957b29785d880b6d4da0b6ce98 (diff)
moved sigpack files to externals/sigpack
svn path=/trunk/; revision=4402
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index de52773c..00000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET=sigpack
-
-default:
- make -C ../ $(TARGET)
-
-install:
- make -C ../ $(TARGET)_install
-
-clean:
- make -C ../ $(TARGET)_clean