mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
all: oconv hname
|
|
|
|
oconv: oconv.c
|
|
cc -o oconv oconv.c
|
|
|
|
hname: hname.c
|
|
cc -o hname hname.c
|