From 95c06defacf9857417e124c73bd86d7fd81f4b9e Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Wed, 17 Oct 2012 08:50:59 +0000 Subject: [PATCH] forgot to adapt makefile properly --- simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/Makefile b/simulator/Makefile index 5a59bf7..2dff737 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -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