mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
12 lines
161 B
Makefile
12 lines
161 B
Makefile
OBJS = \
|
|
Calculator.o \
|
|
Keypad.o \
|
|
CalculatorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = Calculator
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|