mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 20:11:00 +00:00
8 lines
94 B
Makefile
Executable file
8 lines
94 B
Makefile
Executable file
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = Browser
|
|
|
|
include ../Makefile.common
|