xmhtml

browser with Motif
git clone git://bvnf.space/xmhtml.git
Log | Files | Refs

Makefile (246B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
.POSIX:
CFLAGS = -Wall -Og -g
LIBS = -lXmHTML -lXm -lpng -lXt -lXft -lXt -lX11 -ljpeg -lXpm -lfontconfig -lpng16 -lz -lfreetype -lxcb -lglib-2.0

all: xmhtml
xmhtml: xmhtml.o
	$(CC) $(LDFLAGS) -o $@ xmhtml.o $(LIBS)
clean:
	rm -f xmhtml xmhtml.o