mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-03-26 05:42:50 +01:00
Updated the Debian build system thanks to Ian Jackson for the
help.
This commit is contained in:
@@ -49,7 +49,7 @@ OBJ = $(SRC:.c=.o)
|
||||
all: gpio
|
||||
|
||||
version.h: ../VERSION
|
||||
./newVersion
|
||||
$Q echo Need to run newVersion above.
|
||||
|
||||
gpio: $(OBJ)
|
||||
$Q echo [Link]
|
||||
@@ -97,3 +97,5 @@ depend:
|
||||
makedepend -Y $(SRC)
|
||||
|
||||
# DO NOT DELETE
|
||||
|
||||
gpio.o: version.h
|
||||
|
||||
Reference in New Issue
Block a user