mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +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
|