mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02: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
|