Skip to content

Commit

Permalink
Add clean for example in C Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 20, 2024
1 parent de98437 commit b4da50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion C/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ headers:
sources: headers
make -C src sources

build:
build: headers sources
mkdir -p $(BUILD_DIR)
make -C src

Expand All @@ -22,3 +22,4 @@ example: sources headers build
clean:
make -C include clean
make -C src clean
make -C example clean

0 comments on commit b4da50e

Please sign in to comment.