forgot to adapt makefile properly
This commit is contained in:
parent
cb8d91d734
commit
95c06defac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue