From 603e8ca2e2b4df967ce8d251a7718485f971d353 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Tue, 1 Jun 2021 16:20:24 +0200 Subject: Use Motif instead of Athena --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8fc4469 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +CFLAGS = -I/usr/X11R7/include -I/usr/pkg/include +LDFLAGS = -lXm -L/usr/X11R7/lib -L/usr/pkg/lib +LDFLAGS += -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib + +xbattext: xbattext.c + +install: xbattext + install xbattext /usr/local/bin -- cgit v1.2.3