1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2024-07-22 01:58:46 -03:00

11 lines
265 B
Makefile
Executable File

PGMS=delay svctor # ed encopy endump zndump znth
# Remove the # for more hardware-specific debugging programs.
# I'll need those only if you're fiddling with the guts of drivers.
MAN8=
include ../Rules.make
zndump.o: zndump.c
$(CC) -c $(CFLAGS) -w -O zndump.c