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