summaryrefslogtreecommitdiff
path: root/Demos/LibGfxDemo/Makefile
blob: aa07e0a7fd75169a91a9f90d22549b3b17aa9cee (plain)
1
2
3
4
5
6
7
8
OBJS = \
    main.o

PROGRAM = LibGfxDemo

LIB_DEPS = GUI IPC Gfx Core

include ../../Makefile.common