src/world/usr.bin/indent/Makefile

9 lines
226 B
Makefile

# Makefile - hhl - /usr/src/world/usr.bin/indent
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
progname = indent
hhl_source = 1
cflags += -Wno-error=format-nonliteral
cflags += -fcommon
include hhl.cprog.mk