mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
11 lines
144 B
Makefile
11 lines
144 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
Calculator.o \
|
|
Keypad.o \
|
|
CalculatorWidget.o \
|
|
main.o
|
|
|
|
APP = Calculator
|
|
|
|
include ../Makefile.common
|