summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-13 08:27:41 -0700
committerKeith Packard <keithp@keithp.com>2018-10-13 08:27:41 -0700
commit346fdfb469f7f3c1f87a39dee5bfb4568631c28b (patch)
tree9096eca94203fd3e2856606b2a58316d5b78479d /src
parentcf21c87f9f3e1a75dba39ab41dfffb629586935d (diff)
altos: Remove pdclib bits from Makefile
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile b/src/Makefile
index 3e00d70c..4eb0d4c3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -116,11 +116,3 @@ ao_whiten.h: make-whiten
clean-local: $(CLEAN_PDCLIB)
rm -f altitude.h ao_kalman.h
-
-pdclib:
- mkdir -p $(PDCLIB_ROOT)/include $(PDCLIB_ROOT)/lib
- cd ../pdclib && make && make prefix=`pwd`/../pdclib-root install
-
-clean-pdclib:
- rm -rf $(PDCLIB_ROOT)
- cd ../pdclib && make clean