Skip to content

Commit

Permalink
Rename event loop
Browse files Browse the repository at this point in the history
  • Loading branch information
hurufu committed Nov 19, 2023
1 parent e3971c0 commit 8b1ac98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mut: $(NORMAL_O) mutated
$(LINK.o) -o $@ $(NORMAL_O) $(MUTATED_O) $(LDLIBS)
mutated: CFLAGS += -fexperimental-new-pass-manager -fpass-plugin=/usr/local/lib/mull-ir-frontend-15 -grecord-command-line
mutated: $(MUTATED_O)
acknak: acknak.o log.o utils.o
evloop: evloop.o log.o utils.o
$(LINK.o) -o $@ $^ $(LDLIBS)
objcopy --only-keep-debug $@ $@.debug
strip --strip-unneeded $@
Expand All @@ -107,4 +107,4 @@ clean: F += $(wildcard $(RL_C) $(RL_C:.c=.s) $(UT_O) $(UT_T:.in=.c) $(UT_T:.in=.
clean: F += $(wildcard *.gcda *.gcno *.gcov)
clean: F += $(wildcard frob.log frob.sum frob.debug mut)
clean: F += $(wildcard $(ALL_PLIST))
clean: F += $(wildcard acknak.o)
clean: F += $(wildcard evloop.o evloop.debug evloop.s evloop)
File renamed without changes.

0 comments on commit 8b1ac98

Please sign in to comment.