mirror of
https://github.com/Zygo/bees.git
synced 2025-08-02 05:43:29 +02:00
Makefile: Some cleanups
Reorder and reformat some arguments so it looks more streamlined during the build process. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
2
Makefile
2
Makefile
@@ -29,7 +29,7 @@ test: lib src
|
||||
$(MAKE) -C test
|
||||
|
||||
scripts/%: scripts/%.in
|
||||
sed -e's#@LIBEXEC_PREFIX@#$(LIBEXEC_PREFIX)#' -e's#@PREFIX@#$(PREFIX)#' "$<" >"$@"
|
||||
sed -e's#@LIBEXEC_PREFIX@#$(LIBEXEC_PREFIX)#' -e's#@PREFIX@#$(PREFIX)#' $< >$@
|
||||
|
||||
scripts: scripts/beesd scripts/beesd@.service
|
||||
|
||||
|
Reference in New Issue
Block a user