4 lines
61 B
Makefile
4 lines
61 B
Makefile
|
LIB=driver
|
||
|
OBJS=input.o printer.o
|
||
|
CCSRCS=input.cc printer.cc
|