# misc/module.mk

PROGRAMS += $(DIR)/crc-16 $(DIR)/hex $(DIR)/randpres $(DIR)/term
GENERATED += $(DIR)/swapcase $(DIR)/vec_test

SRC-$(DIR)/crc-16    := $(DIR)/crc-16.c
SRC-$(DIR)/hex       := $(DIR)/hex.c
SRC-$(DIR)/randpres  := $(DIR)/randpres.c
SRC-$(DIR)/term      := $(DIR)/term.c

# vim: set ts=4 sw=4 tw=80 noet:
