src/world/usr.bin/pg/Makefile

10 lines
217 B
Makefile

# Makefile - hhl - /usr/src/world/usr.bin/pg
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
progname = pg
hhl_source = 1
cflags += -fomit-frame-pointer
libs += -lcurses
include hhl.cprog.mk