ladybird/Demos/WidgetGallery/Makefile
2020-02-06 12:04:00 +01:00

8 lines
105 B
Makefile

OBJS = \
main.o
PROGRAM = WidgetGallery
LIB_DEPS = GUI IPC Gfx Core
include ../../Makefile.common