mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 21:28:40 +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
|