pcb and initial code from https://github.com/das-labor/borgware-2d.git
10 lines
111 B
10 lines
111 B
16 years ago
|
TARGET = libanimations.a
|
||
|
TOPDIR = ..
|
||
|
|
||
|
include $(TOPDIR)/defaults.mk
|
||
|
|
||
|
SRC = menu.c
|
||
|
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|