Skip to content

Commit

Permalink
quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 21, 2024
1 parent c1c5ec6 commit d483076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ CC=gcc

.PHONY: all clean

$(info BIN is $(BIN))

all: $(BIN)
main.o: main.c common.h
$(CC) $(CCFLAGS) $^
Expand Down

0 comments on commit d483076

Please sign in to comment.