Made the makefiles' clean target remove the object files from the source directory.
This commit is contained in:
@@ -59,7 +59,7 @@ $(WORKDIR)/sitest%prg: sitest.c
|
||||
|
||||
clean:
|
||||
@$(RM) $(TESTS)
|
||||
@$(RM) $(SOURCES:%.c=$(WORKDIR)/%.o)
|
||||
@$(RM) $(SOURCES:.c=.o)
|
||||
@$(RM) $(SOURCES:%.c=$(WORKDIR)/%.out)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user