From: Keith Packard Date: Sun, 15 Nov 2009 06:24:09 +0000 (-0800) Subject: Provide a dummy 'uninstall' target in the src directory. X-Git-Tag: debian/0.6+27+gb0d7e3f~7 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0e0db8ca3af4c07bae909938486766c646bf580b Provide a dummy 'uninstall' target in the src directory. Signed-off-by: Keith Packard --- diff --git a/src/Makefile b/src/Makefile index d984e9dc..8c24e6f4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -298,6 +298,8 @@ clean: install: +uninstall: + ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h cc -g -o $@ ao_flight_test.c