|
@ -4,7 +4,7 @@ TOPDIR = .. |
|
|
include $(TOPDIR)/defaults.mk |
|
|
include $(TOPDIR)/defaults.mk |
|
|
|
|
|
|
|
|
ifeq ($(OSTYPE),cygwin) |
|
|
ifeq ($(OSTYPE),cygwin) |
|
|
SRC_SIM = winmain.c trackball.c eeprom.c |
|
|
SRC_SIM = winmain.c eeprom.c |
|
|
else |
|
|
else |
|
|
SRC_SIM = main.c trackball.c eeprom.c |
|
|
SRC_SIM = main.c trackball.c eeprom.c |
|
|
endif |
|
|
endif |
|
|