9 lines
134 B
Makefile
9 lines
134 B
Makefile
TARGET = libanimations.a
|
|
TOPDIR = ..
|
|
|
|
include $(TOPDIR)/defaults.mk
|
|
|
|
SRC_SIM = main.c trackball.c util.c
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|