mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
7 lines
123 B
Makefile
Executable file
7 lines
123 B
Makefile
Executable file
OBJS = main.o
|
|
|
|
PROGRAM = Audio.MenuApplet
|
|
|
|
LIB_DEPS = Audio GUI IPC Gfx Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|