mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Removed extra scope around for loop body blocks, resolved #107
This commit is contained in:
@@ -7,8 +7,8 @@ LIBS+=
|
||||
ODIR = obj
|
||||
SRC = $(wildcard *.c)
|
||||
OBJ = $(addprefix $(ODIR)/,$(SRC:.c=.o))
|
||||
OUTNAME=
|
||||
OUT=disassembler
|
||||
OUTDIR=../../out
|
||||
OUT=$(OUTDIR)/disassembler
|
||||
|
||||
all: $(OBJ)
|
||||
$(CC) $(CFLAGS) -o $(OUT) $(OBJ) $(LIBS)
|
||||
|
||||
Reference in New Issue
Block a user