Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Remove debug spew
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Oct 26, 2011
1 parent 907f70f commit 62d4d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HeapShot.Gui.Widgets/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ SRCDIR_CSFILES = $(CSFILES:%=$(srcdir)/%)
RES_CSFLAGS = $(foreach res, $(RES), -resource:$(res))

$(TARGET): $(SRCDIR_CSFILES) $(RES)
echo $(RES_FILES)
$(CSC) -out:$@ $(CSFLAGS) $(REFS) $(RES_CSFLAGS) $(SRCDIR_CSFILES)

all: $(TARGET)
Expand Down

0 comments on commit 62d4d68

Please sign in to comment.