diff options
author | Laslo Hunhold <dev@frign.de> | 2018-05-01 20:50:53 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-01 20:53:27 +0200 |
commit | 24b663d6570563a2dc601363c26ebd4d0bb36611 (patch) | |
tree | 3d024a92913afaf5cbf89b8410a8c2f44e8eea73 /Makefile | |
parent | 41deabf2ec1ad5f10851421cfbaf17023e7de05f (diff) |
Tweak build system a little bit
Be consistent with brackets and add a comment for OpenBSD to make it
clearer what the actual intent of the uncommented line is.
In the Makefile, add a dependency of slstatus.o from config.mk.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ COM =\ all: slstatus slstatus: slstatus.o $(COM:=.o) $(REQ:=.o) -slstatus.o: slstatus.c slstatus.h arg.h config.h $(REQ:=.h) +slstatus.o: slstatus.c slstatus.h arg.h config.h config.mk $(REQ:=.h) $(COM:=.o): config.mk $(REQ:=.h) config.h: |