Skip to content

Commit

Permalink
removed special handling for term%.c files
Browse files Browse the repository at this point in the history
  • Loading branch information
paolo-sz committed Feb 7, 2020
1 parent 7a6570d commit ee7e4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ COMMONFLAGS:=$(COMMONFLAGS) $(CCOPT)
CFLAGS += $(COMMONFLAGS)
CXXFLAGS += $(COMMONFLAGS)

$(BINDIR)/term%.o: term%.c
$(CC) -c $(DEPOPT) $(CPPFLAGS) $(CFLAGS) $< -o $(BINDIR)/term$*.o
#$(BINDIR)/term%.o: term%.c
# $(CC) -c $(DEPOPT) $(CPPFLAGS) $(CFLAGS) $< -o $(BINDIR)/term$*.o

$(BINDIR)/%.o: %.c
$(CC) -c $(DEPOPT) $(CPPFLAGS) $(CFLAGS) -fstack-check $< -o $(BINDIR)/$*.o
Expand Down

0 comments on commit ee7e4a1

Please sign in to comment.