mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
9 lines
94 B
Makefile
Executable File
9 lines
94 B
Makefile
Executable File
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = Browser
|
|
|
|
include ../Makefile.common
|