diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:02:24 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:02:24 +0100 |
commit | c439b4bb1804cee7352f55e819b4d867c7d925d1 (patch) | |
tree | fd92f1d51ffa0bf6606e094942f85e3396975136 /Makefile | |
parent | Makefile: remove the useless this_dir (diff) | |
download | linux-status-c439b4bb1804cee7352f55e819b4d867c7d925d1.tar.gz linux-status-c439b4bb1804cee7352f55e819b4d867c7d925d1.zip |
Makefile: update recipe names
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,10 +23,10 @@ endef PKG_NAME := linux-status .PHONY: all -all: package +all: build -.PHONY: package -package: +.PHONY: build +build: makepkg --clean --cleanbuild --force --syncdeps && makepkg --printsrcinfo > .SRCINFO .PHONY: commit |