9 lines
74 B
Makefile
9 lines
74 B
Makefile
|
|
PROG = scboot
|
|
|
|
OBJS = $(PROG).o
|
|
|
|
include ../build/Makefile_hidprog.inc
|
|
|
|
|