borgware-2d/simulator/Makefile

10 lines
127 B
Makefile
Raw Normal View History

2008-12-04 03:34:55 +00:00
TARGET = libanimations.a
TOPDIR = ..
2008-12-04 03:34:55 +00:00
include $(TOPDIR)/defaults.mk
2008-12-04 03:34:55 +00:00
SRC_SIM = main.c trackball.c
2008-12-04 03:34:55 +00:00
include $(TOPDIR)/rules.mk