Makefile: move OS-specific libs to configure script
This commit is contained in:
parent
95665e437b
commit
2ea3d46f13
3 changed files with 9 additions and 5 deletions
|
@ -10,9 +10,6 @@ MANPREFIX = ${PREFIX}/share/man
|
|||
X11INC = /usr/X11R6/include
|
||||
X11LIB = /usr/X11R6/lib
|
||||
|
||||
# OpenBSD (uncomment)
|
||||
#OSSLIBS = -lossaudio
|
||||
|
||||
# flags
|
||||
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
|
||||
LDFLAGS = -s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue