1
0

release 6.15.8

This commit is contained in:
2025-07-26 13:24:48 +03:00
parent 48372baf14
commit 4d05ae4de6
27 changed files with 206 additions and 244 deletions

View File

@@ -0,0 +1,15 @@
PROGS = thermometer
installdir = /usr/bin
include $(top_rulesdir)/Makefile.inc
# thermometer does not support OOT build, so we copy the
# source before building.
real_srcdir := $(srcdir)
srcdir := $(objdir)
CPPFLAGS += -I$(real_srcdir)/../lib
LDFLAGS += -L$(objdir)/../lib
$(PROGS):
rsync -a $(real_srcdir)/ .
$(MAKE_UPSTREAM)