ladybird/Applications/Calculator/Makefile

12 lines
173 B
Makefile
Raw Normal View History

OBJS = \
Calculator.o \
Keypad.o \
CalculatorWidget.o \
main.o
PROGRAM = Calculator
LDFLAGS = -lgui -ldraw -lipc -lcore -lc
include ../../Makefile.common