mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
8 lines
101 B
Makefile
Executable File
8 lines
101 B
Makefile
Executable File
include ../../Makefile.common
|
|
|
|
OBJS = main.o
|
|
|
|
APP = CPUGraph.MenuApplet
|
|
|
|
include ../Makefile.common
|