Project

General

Profile

Revision 1101

added some vague file type checking to prevent running simulator in simulator
updated the makefile to make simulator executable filenames end in .csim

View differences:

Makefile
343 343
sim: dist
344 344

  
345 345
buildsim: $(SIMOBJ)
346
	$(SIMCC) $(SIMALL_CFLAGS) $^ -o $(TARGET) $(SIMLDFLAGS)
346
	$(SIMCC) $(SIMALL_CFLAGS) $^ -o $(TARGET).csim $(SIMLDFLAGS)
347 347
dist: buildsim
348 348
	$(CP) $(TARGET) $(PROJECTSROOT)/simulator/simulator/bin/
349 349

  

Also available in: Unified diff