Skip to content

Commit 08f47d8

Browse files
committed
GPU Standalone: fix makefile clean command to clean ROOT dictionaries
1 parent 1f1287d commit 08f47d8

File tree

1 file changed

+1
-1
lines changed
  • GPU/GPUTracking/Standalone/cmake

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Standalone/cmake/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ all:
44

55
clean:
66
+$(MAKE) -C build clean
7-
rm -f ca *.so
7+
rm -f ca *.so *.pcm *.rootmap

0 commit comments

Comments
 (0)