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
1 changed files with 0 additions and 1 deletions

View File

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