borgware-2d/joystick/Makefile

15 lines
173 B
Makefile
Raw Normal View History

TARGET =
TOPDIR = ..
include $(TOPDIR)/defaults.mk
SRC = joystick.c
SRC_SIM =
2009-07-09 20:08:40 +00:00
ifeq ($(JOYSTICK_TYPE), JOYSTICK_NES)
SRC = nes_pad.c
endif
include $(TOPDIR)/rules.mk