Made the makefiles' clean target remove the object files from the source directory.
This commit is contained in:
@@ -49,4 +49,4 @@ $(WORKDIR)/%.or.prg: %.c
|
||||
! $(CL65) -Or $(CC65FLAGS) $< -o $@
|
||||
clean:
|
||||
@$(RM) $(TESTS)
|
||||
@$(RM) $(SOURCES:%.c=$(WORKDIR)/%.o)
|
||||
@$(RM) $(SOURCES:.c=.o)
|
||||
|
||||
Reference in New Issue
Block a user