aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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