Browse Source

forgot to adapt makefile properly

feature/2015
Christian Kroll 12 years ago
parent
commit
95c06defac
  1. 2
      simulator/Makefile

2
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

Loading…
Cancel
Save