Provide a dummy 'uninstall' target in the src directory.
authorKeith Packard <keithp@keithp.com>
Sun, 15 Nov 2009 06:24:09 +0000 (22:24 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 15 Nov 2009 06:24:09 +0000 (22:24 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile

index d984e9dc334011ce434d8a566010b92db297f4db..8c24e6f43f31625315a13fbd3f4173dbd03d6ac9 100644 (file)
@@ -298,6 +298,8 @@ clean:
 
 install:
 
 
 install:
 
+uninstall:
+
 ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
        cc -g -o $@ ao_flight_test.c
 
 ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
        cc -g -o $@ ao_flight_test.c