8 lines
104 B
Makefile
Executable file
8 lines
104 B
Makefile
Executable file
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = SystemDialog
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|