mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-04 23:07:16 +00: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
|