mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
9 lines
92 B
Makefile
Executable File
9 lines
92 B
Makefile
Executable File
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
main.o
|
|
|
|
APP = About
|
|
|
|
include ../Makefile.common
|