mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-05-01 00:00:30 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = Terminal
|
|
|
|
include ../Makefile.common
|