mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 16:08:49 +01:00
Updated Makefile so that uninstall works properly
This commit is contained in:
parent
c056a9e641
commit
8fcaefd557
@ -82,12 +82,14 @@ install: $(TARGET)
|
||||
uninstall:
|
||||
@echo [uninstall]
|
||||
rm -f /usr/local/include/lcd.h
|
||||
rm -f /usr/local/include/lpiNes.h
|
||||
rm -f /usr/local/include/gertboard.h
|
||||
rm -f /usr/local/include/wiringShift.h
|
||||
rm -f /usr/local/include/wiringSerial.h
|
||||
rm -f /usr/local/include/wiringPi.h
|
||||
rm -f /usr/local/lib/libwiringPi.a
|
||||
|
||||
|
||||
|
||||
# DO NOT DELETE
|
||||
|
||||
wiringPi.o: wiringPi.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user