dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberrPi project source code
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update lightd code to get lux value without timeout
guowenxue
2026-02-02
2e84abfd073ec3047c7b3295c47f109007f3bd80
[raspberrypi.git]
/
project
/
deb
/
makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PRJ_PATH=$(shell pwd)
DEB_FILES := $(wildcard *.deb)
DEB_DIRS := $(patsubst %.deb,%,$(DEB_FILES))
all:
@./build.sh ${APP_NAME}
clean:
@./build.sh -c ${APP_NAME}
distclean: clean
@rm -rf ${DEB_FILES} ${DEB_DIRS}