forgot to adapt makefile properly

This commit is contained in:
Christian Kroll 2012-10-17 08:50:59 +00:00
parent cb8d91d734
commit 95c06defac
1 changed files with 1 additions and 1 deletions

View File

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