5 lines
64 B
Makefile
5 lines
64 B
Makefile
APPS += CAT
|
|
|
|
CAT_NAME = cat
|
|
CAT_LIBS = c
|
|
CAT_INSTALL_PATH = bin/
|