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