Makefile should be more amenable to automated package management now.

This commit is contained in:
Mid Favila 2022-08-21 17:43:44 -04:00
parent 959944f0b8
commit c3855530a0
1 changed files with 1 additions and 1 deletions

View File

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