Skip to content

Commit

Permalink
Change to pattern matching
Browse files Browse the repository at this point in the history
  • Loading branch information
fsavje committed Dec 13, 2018
1 parent f799428 commit 4532dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ZZZupdate_scclust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LIBOBJS = \\
libscclust.a: \$(LIBOBJS)
\$(R_AR) -rcs libscclust.a \$^
.c.o:
%.o: %.c
\$(R_CC) \$(R_CPPFLAGS) \$(R_CFLAGS) \$(XTRA_FLAGS) -c \$< -o \$@
clean:
Expand Down
2 changes: 1 addition & 1 deletion src/libscclust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LIBOBJS = \
libscclust.a: $(LIBOBJS)
$(R_AR) -rcs libscclust.a $^

.c.o:
%.o: %.c
$(R_CC) $(R_CPPFLAGS) $(R_CFLAGS) $(XTRA_FLAGS) -c $< -o $@

clean:
Expand Down

0 comments on commit 4532dd8

Please sign in to comment.