Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 8c39591

Browse files
committed
fixup
1 parent bc08e82 commit 8c39591

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stenotype/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ clean:
7878

7979
# Generate g++ object files.
8080
%_opt.o: %.cc $(DEPS)
81-
$(CXX) $(CFLAGS) $(CPPFLAGS) $(SHARED_CFLAGS) -c -o $@ $<
81+
$(CXX) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
8282

8383
# Generate clang object files.
8484
%_$(SANITIZE)_dbg.o: %.cc $(DEPS)
85-
$(CXX) $(CFLAGS) $(CPPFLAGS) $(SHARED_CFLAGS) -c -o $@ $<
85+
$(CXX) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
8686

8787
# Generate the stenotype binary itself. You mostly want this :)
8888
stenotype: $(OBJECTS)

0 commit comments

Comments
 (0)