borgware-2d/simulator/Makefile

10 lines
143 B
Makefile

TARGET = libanimations.a
TOPDIR = ..
include $(TOPDIR)/defaults.mk
SRC_SIM = main.c trackball.c util.c eeprom.c
include $(TOPDIR)/rules.mk