mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
f0a6b42066
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
8 lines
92 B
Makefile
Executable file
8 lines
92 B
Makefile
Executable file
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = About
|
|
|
|
include ../Makefile.common
|