1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 12:51:00 +00:00
serenity/Demos/Fire/Makefile
2020-02-06 12:04:00 +01:00

8 lines
96 B
Makefile

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