freebsd-ports/archivers/squsq/files/Makefile
Antoine Brodin 11ee953eac - Respect CFLAGS
- Unbreak with clang using -Wno-error=return-type (old K&R code)

Approved by:	miwi, eadler (mentors, implicit)
2013-05-30 19:51:38 +00:00

11 lines
128 B
Makefile

#
# $FreeBSD$
#
all: sq usq
sq: sq.o tr1.o tr2.o sqio.o
${CC} ${CFLAGS} -o $@ $>
usq: usq.o utr.o
${CC} ${CFLAGS} -o $@ $>