Commit 53107052 authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '3dfbf32b'

* commit '3dfbf32b':
  build: Drop redundant removal of compiled object files
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 420806f0 3dfbf32b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment