10 lines
111 B
Makefile
10 lines
111 B
Makefile
|
TARGET = libanimations.a
|
||
|
TOPDIR = ..
|
||
|
|
||
|
include $(TOPDIR)/defaults.mk
|
||
|
|
||
|
SRC = menu.c
|
||
|
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|