Skip to content

Commit 4b34ef9

Browse files
author
brichards64
committed
fixed make clean and added .so to git ignore
1 parent 5338270 commit 4b34ef9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*~
22
*.o
3-
*#
3+
*#
4+
*.so

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ all: $(objects)
1111
$(CXXFLAGS) -c $< -o $@ -I ./ -I $(ToolFrameworkPath)/include -L $(ToolFrameworkPath)/lib -lStore -lLogging -lpthread
1212

1313
clean:
14-
rm $(objects)
15-
rm libDataModel.so
14+
rm -f $(objects)
15+
rm -f libDataModel.so

libDataModel.so

-20 KB
Binary file not shown.

0 commit comments

Comments
 (0)