mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
10 lines
113 B
Makefile
10 lines
113 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
QSWidget.o \
|
|
main.o
|
|
|
|
APP = QuickShow
|
|
|
|
include ../Makefile.common
|