mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
f0a6b42066
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
9 lines
113 B
Makefile
9 lines
113 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
QSWidget.o \
|
|
main.o
|
|
|
|
APP = QuickShow
|
|
|
|
include ../Makefile.common
|