Skip to content

Commit b2bfefc

Browse files
committed
fix debug
1 parent 4f62070 commit b2bfefc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ compile_cc65:
107107
@echo "# Compile C file with cc65 #"
108108
@echo "########################################################"
109109
@echo "FILE_TO_COMPILE: $(FILE_TO_COMPILE) FINAL_BIN: $(FINAL_BIN)"
110-
@mkdir tmp/
111110
@echo Build $(FILE_TO_COMPILE) to tmp/$(FINAL_BIN)_1000.s
112111
@$(CC) $(CFLAGS) $(FILE_TO_COMPILE) -o tmp/$(FINAL_BIN)_1000.s
113112
@echo Build $(FILE_TO_COMPILE) to tmp/$(FINAL_BIN)_2304.s

0 commit comments

Comments
 (0)