mirror of
https://github.com/bobbimanners/GNO-Extras.git
synced 2025-02-08 10:30:32 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
all: sortdir
|
|
|
|
sortdir: sortdir.c
|
|
occ -w -o sortdir sortdir.c
|
|
|
|
install: sortdir
|
|
cp sortdir /usr/local/bin
|
|
|