You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
271 B

MAKETOPDIR = ../..
TARGET = libanimations.a
include $(MAKETOPDIR)/defaults.mk
ifeq ($(findstring CYGWIN,$(OSTYPE)),CYGWIN)
SRC_SIM = winmain.c eeprom.c
else
SRC_SIM = main.c trackball.c eeprom.c
endif
include $(MAKETOPDIR)/rules.mk
include $(MAKETOPDIR)/depend.mk