ladybird/MenuApplets/Audio/Makefile

8 lines
141 B
Makefile
Raw Normal View History

OBJS = main.o
PROGRAM = Audio.MenuApplet
LDFLAGS = -laudio -lgui -lipc -ldraw -lthread -lpthread -lcore -lc
include ../../Makefile.common