Skip to content
Snippets Groups Projects
Commit 31292ff4 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Remove generated assembly code on make clean.

parent 78b50f23
No related branches found
No related tags found
No related merge requests found
......@@ -92,4 +92,7 @@ krnl386.exe.spec.c: krnl386.exe.spec version16.res
version16.res: version16.rc
$(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
clean::
$(RM) $(ASM_SRCS)
### Dependencies:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment