mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
12 lines
144 B
Makefile
12 lines
144 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
Calculator.o \
|
|
Keypad.o \
|
|
CalculatorWidget.o \
|
|
main.o
|
|
|
|
APP = Calculator
|
|
|
|
include ../Makefile.common
|