9 lines
118 B
Makefile
Executable File
9 lines
118 B
Makefile
Executable File
|
|
PROG = scdis
|
|
|
|
OBJS = ../common/hid_tokens.o ../common/macro_tokens.o $(PROG).o
|
|
|
|
include ../build/Makefile_prog.inc
|
|
|
|
|