Skip to content

Commit

Permalink
Makefile: add all target
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker1024 committed Sep 14, 2020
1 parent af036f7 commit 0366095
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 @@ -6,6 +6,8 @@ PREFIX = /usr/local
EXEC = osx-cpu-temp
SOURCES := $(shell find . -name '*.c')

all : build

build : $(EXEC)

clean :
Expand Down

0 comments on commit 0366095

Please sign in to comment.