Skip to content

Commit

Permalink
Rename testit.c -> main.c, not a test
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jul 20, 2022
1 parent 4250f0f commit 3d00cb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -43,7 +43,7 @@ incdir ?= $(prefix)/include

all: $(TARGET)

$(EXEC): testit.o $(STATICLIB)
$(EXEC): main.o $(STATICLIB)
@printf " LINK $(subst $(ROOTDIR)/,,$(shell pwd)/)$@\n"
@$(CC) $(CFLAGS) $(LDFLAGS) -Wl,-Map,$@.map -o $@ $^ $(LDLIBS$(LDLIBS-$(@)))

Expand Down
File renamed without changes.

0 comments on commit 3d00cb6

Please sign in to comment.