mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
13 lines
176 B
Makefile
13 lines
176 B
Makefile
OBJS = \
|
|
Calendar.o \
|
|
CalendarWidget.o \
|
|
AddEventDialog.o \
|
|
main.o
|
|
|
|
PROGRAM = Calendar
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|
|
|