diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 16:20:24 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 16:20:24 +0200 |
commit | 603e8ca2e2b4df967ce8d251a7718485f971d353 (patch) | |
tree | e6c433824d3184f0cf8edbb75540bb2e8356f04a /Makefile | |
download | xbattext-603e8ca2e2b4df967ce8d251a7718485f971d353.tar.gz |
Use Motif instead of Athena
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |