1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 08:41:06 +00:00
serenity/MenuApplets/ResourceGraph/Makefile
2020-05-03 14:24:08 +02:00

7 lines
125 B
Makefile

OBJS = main.o
PROGRAM = ResourceGraph.MenuApplet
LIB_DEPS = GUI IPC Gfx Thread Pthread Core
include ../../Makefile.common