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