Skip to content

Commit

Permalink
gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 18, 2024
1 parent f606e61 commit 2b7b20e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ endif
$(BIN): $(BIN).c
@$(CC) -o $@ $(BIN).c $(LDFLAGS)

.PHONY: clean
clean:
@rm -f $(BIN)

.PHONY: all
all: pylint mypy black

Expand Down

0 comments on commit 2b7b20e

Please sign in to comment.