mirror of
https://git.suckless.org/9base
synced 2025-09-02 13:23:47 -07:00
11 lines
127 B
Makefile
11 lines
127 B
Makefile
# ascii - ascii unix port from plan9
|
|
# Depends on ../lib9
|
|
|
|
TARG = ascii
|
|
|
|
include ../std.mk
|
|
|
|
pre-uninstall:
|
|
|
|
post-install:
|