tMakefile: also remove object files associated with binaries - granular - granular dynamics simulation
HTML git clone git://src.adamsgaard.dk/granular
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4c0f7cd6f3bc47dd2c33141ef0a3da3f9b25f957
DIR parent 33c9719702602eeed78558111d7a73d1eae0073a
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 9 Apr 2021 20:35:04 +0200
Makefile: also remove object files associated with binaries
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -111,6 +111,6 @@ test: ${BIN}
make -C test/
clean:
- rm -f ${BIN} ${OBJ} test/*.txt
+ rm -f ${BIN} ${OBJ} ${BIN:=.o} test/*.txt
.PHONY: all install uninstall test clean dist