ladybird/Applications/Calculator/Makefile

12 lines
162 B
Makefile
Raw Normal View History

OBJS = \
Calculator.o \
Keypad.o \
CalculatorWidget.o \
main.o
PROGRAM = Calculator
LIB_DEPS = GUI Draw IPC Core
include ../../Makefile.common