mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
Support OPTFLAGS in Makefile
This commit is contained in:
parent
15695c066b
commit
e66e75d677
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ include Sourcedeps
|
|||
$(WM_OBJ) $(CL_OBJ): Makefile
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
$(CC) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<
|
||||
|
||||
bspwm: $(WM_OBJ)
|
||||
$(CC) -o $@ $(WM_OBJ) $(LDFLAGS) $(LIBS)
|
||||
|
|
Loading…
Add table
Reference in a new issue