Updated the Debian build system thanks to Ian Jackson for the

help.
This commit is contained in:
Gordon Henderson
2015-09-20 19:30:38 +01:00
parent a776e6b0e8
commit 170dce5f19
8 changed files with 132 additions and 47 deletions

View File

@@ -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