Files
ladybird/Applications/Calculator/Makefile
2020-02-06 12:04:00 +01:00

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