1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 11:40:59 +00:00
serenity/Demos/Mouse/Makefile
Andreas Kling b8f778a430 Demos: Add a little "Mouse" demo for showing mouse button states
This was very helpful when adding support for 5-button mice! :^)
2020-05-02 22:13:54 +02:00

8 lines
97 B
Makefile

OBJS = \
main.o
PROGRAM = Mouse
LIB_DEPS = GUI IPC Gfx Core
include ../../Makefile.common