- refactored clean target

git-svn-id: http://moon:8086/svn/software/trunk/make@952 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-13 06:52:45 +00:00
parent 6012cb6fe8
commit d0ec084075
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -15,10 +15,6 @@ ${BUILD_DIR}/${TARGET}: ${OBJS} $(BUILD_DIR)
target_info:
@echo Linking ${TARGET}
.PHONY: clean
clean:
rm -rf ${BUILD_DIR}/*
distclean:
rm -rf ${BUILD_DIR}