Skip to content

Commit

Permalink
Merge commit '3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093'
Browse files Browse the repository at this point in the history
* commit '3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093':
  build: Drop redundant removal of compiled object files

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
  • Loading branch information
dwbuiten committed Apr 21, 2016
2 parents 420806f + 3dfbf32 commit 5310705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a

define RULES
clean::
$(RM) $(OBJS) $(OBJS:.o=.d) $(OBJS:.o=$(DEFAULT_YASMD).d)
$(RM) $(HOSTPROGS)
$(RM) $(TOOLS)
endef
Expand Down

0 comments on commit 5310705

Please sign in to comment.