5 lines
79 B
Makefile
5 lines
79 B
Makefile
VPATH = $(TOPDIR)/bin/ar
|
|
HOSTPROG = ar
|
|
SRCS = main.c
|
|
|
|
include stpd.hostprog.mk
|