mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 16:31:00 +00:00
7 lines
101 B
Makefile
Executable file
7 lines
101 B
Makefile
Executable file
include ../../Makefile.common
|
|
|
|
OBJS = main.o
|
|
|
|
APP = CPUGraph.MenuApplet
|
|
|
|
include ../Makefile.common
|