Allow Makefile to inherit CFLAGS and such from environment.

This commit is contained in:
Mid Favila 2022-08-21 17:47:06 -04:00
parent 14442c54e9
commit 6edc25f562

View File

@ -1,7 +1,6 @@
.POSIX: .POSIX:
.SUFFIXES: .SUFFIXES:
CC = cc CC = cc
CFLAGS =
LDLIBS = -lXm -lXt -lX11 LDLIBS = -lXm -lXt -lX11
PREFIX = /usr/local/ PREFIX = /usr/local/
DESTDIR = DESTDIR =