mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00

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
|