Skip to content

Commit

Permalink
update build target locations
Browse files Browse the repository at this point in the history
  • Loading branch information
cseagle committed Mar 1, 2018
1 parent c38af30 commit d3d2f64
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ endif
$(OUTDIR):
-@mkdir -p $(OUTDIR)

#$(OBJDIR32):
# -@mkdir -p $(OBJDIR32)
$(OBJDIR32):
-@mkdir -p $(OBJDIR32)

#$(OBJDIR64):
# -@mkdir -p $(OBJDIR64)
$(OBJDIR64):
-@mkdir -p $(OBJDIR64)

CC=g++
INC=-I$(IDA_SDK)include/ -I./include/
Expand All @@ -126,9 +126,6 @@ $(BINARY64): $(SRCS)

endif

$(OUTDIR):
-@mkdir -p $(OUTDIR)

#change sk3wldbg below to the name of your plugin, make sure to add any
#additional files that your plugin is dependent on
#sk3wldbg.o: sk3wldbg.cpp
Expand Down

0 comments on commit d3d2f64

Please sign in to comment.