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

7 lines
123 B
Makefile

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