mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +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
|