mirror of
https://git.suckless.org/9base
synced 2025-08-29 19:33:47 -07:00
13 lines
191 B
Makefile
13 lines
191 B
Makefile
# diff - diff unix port from plan9
|
|
# Depends on ../lib9
|
|
|
|
TARG = diff
|
|
OFILES = diffdir.o diffio.o diffreg.o main.o
|
|
MANFILES = diff.1
|
|
|
|
include ../std.mk
|
|
|
|
pre-uninstall:
|
|
|
|
post-install:
|