We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2017dad commit c86aa13Copy full SHA for c86aa13
Makefile
@@ -2,7 +2,7 @@ PACKAGENAME = lshw
2
VERSION?= $(shell git describe --tags | cut -d - -f 1,2 | tr - .)
3
export PACKAGENAME
4
5
-all clean install snapshot gui install-gui:
+all clean install snapshot gui install-gui static:
6
+$(MAKE) -C src $@
7
8
version.cpe: .version
0 commit comments