From 9a159ad23525d1d838fa5ffcb901a52dd3aaf0aa Mon Sep 17 00:00:00 2001 From: syncharny Date: Fri, 17 Feb 2017 08:47:44 -0700 Subject: [PATCH] Update Makefile make static a target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fe665ec..b1be8b38 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PACKAGENAME = lshw VERSION?= $(shell git describe --tags | cut -d - -f 1,2 | tr - .) export PACKAGENAME -all clean install snapshot gui install-gui: +all clean install snapshot gui install-gui static: +$(MAKE) -C src $@ version.cpe: .version