i need to add somekind of clean all *.obj and *.exe files that has compiled im not sure how can i do it in GNUmakefile . this is what i have until now , how can i add general clean rule ?
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = IntTest
IntTest_HEADERS = Fraction.h
IntTest_OBJC_FILES = main.m Fraction.m
IntTest_RESOURCE_FILES =
include $(GNUSTEP_MAKEFILES)/tool.make