Skip to content

Commit d719c0e

Browse files
committed
Remove lib files.
1 parent cfebc6b commit d719c0e

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

demos/video/chapel-webcam/.gitignore

Whitespace-only changes.

demos/video/chapel-webcam/Makefile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,13 @@ maincpp.o: main.cpp smol_wrapper.h
5555
$(CHPL_COMPILER) $(CHPL_CFLAGS) -fPIC main.cpp -o maincpp.o $(CHPL_LDFLAGS)
5656
$(CHPL_COMPILER) $(CHPL_CFLAGS) -fPIC main.cpp -o maincpp $(CHPL_LDFLAGS)
5757

58-
maincpp: maincpp.o
59-
$(CHPL_LINKER) -o maincpp maincpp.o
60-
#$(CHPL_LINKER) $(CHPL_CFLAGS) -o main main.o $(CHPL_LDFLAGS)
58+
# maincpp: maincpp.o
59+
# $(CHPL_LINKER) -o maincpp maincpp.o
60+
# #$(CHPL_LINKER) $(CHPL_CFLAGS) -o main main.o $(CHPL_LDFLAGS)
61+
62+
maincpp: main.cpp smol_wrapper.h
63+
$(CHPL_COMPILER) $(CHPL_CFLAGS) -fPIC main.cpp -o main $(CHPL_LDFLAGS)
6164

6265
clean:
63-
rm -f maincpp maincpp.o main.o
66+
rm -f maincpp maincpp.o main.o main
6467
# rm -f main lib/libsmol.a
-849 KB
Binary file not shown.
-1.02 MB
Binary file not shown.
-33.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)