8 lines
95 B
Makefile
8 lines
95 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = Terminal
|
|
|
|
include ../Makefile.common
|