mirror of
https://github.com/bobbimanners/GNO-Extras.git
synced 2024-11-01 04:04:32 +00:00
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
|
all: nl sortdir
|
||
|
|
||
|
nl: nl.c
|
||
|
occ -w -o nl nl.c
|
||
|
|
||
|
sortdir: sortdir.c
|
||
|
occ -w -o sortdir sortdir.c
|
||
|
|
||
|
install: sortdir nl
|
||
|
cp nl sortdir /usr/local/bin
|
||
|
|