mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
makefiles are useful
This commit is contained in:
parent
cfe5cca9a8
commit
a74952e12f
1 changed files with 16 additions and 0 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $epitome$
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
PROG=scrotwm
|
||||
NOMAN=
|
||||
#MAN=scrotwm.1
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
LDADD+=-L${X11BASE}/lib -lX11
|
||||
|
||||
MANDIR= ${X11BASE}/man/cat
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.xorg.mk>
|
Loading…
Add table
Reference in a new issue