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