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