Allow Makefile to inherit CFLAGS and such from environment.
This commit is contained in:
parent
14442c54e9
commit
6edc25f562
@ -1,7 +1,6 @@
|
||||
.POSIX:
|
||||
.SUFFIXES:
|
||||
CC = cc
|
||||
CFLAGS =
|
||||
LDLIBS = -lXm -lXt -lX11
|
||||
PREFIX = /usr/local/
|
||||
DESTDIR =
|
||||
|
Loading…
Reference in New Issue
Block a user