Skip to content

Commit c86aa13

Browse files
committed
add static target to Makefile
cf. Github PR#57
1 parent 2017dad commit c86aa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PACKAGENAME = lshw
22
VERSION?= $(shell git describe --tags | cut -d - -f 1,2 | tr - .)
33
export PACKAGENAME
44

5-
all clean install snapshot gui install-gui:
5+
all clean install snapshot gui install-gui static:
66
+$(MAKE) -C src $@
77

88
version.cpe: .version

0 commit comments

Comments
 (0)