diff options
author | Keith Packard <keithp@keithp.com> | 2009-11-14 22:24:09 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-14 22:24:09 -0800 |
commit | 0e0db8ca3af4c07bae909938486766c646bf580b (patch) | |
tree | e8793c0c5728287f2d85ecf20e10326bb73f5ba0 | |
parent | 1c654a9369294c9b8066c33f91161d8005b96680 (diff) |
Provide a dummy 'uninstall' target in the src directory.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |