src/world/usr.bin/factor/Makefile

9 lines
215 B
Makefile

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