make clean
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -21,6 +21,9 @@ install: | ... | @@ -21,6 +21,9 @@ install: |
21 | cp target/$(target)/$(prog) ./$(prog)$(extension) && chmod +x ./$(prog)$(extension) | 21 | cp target/$(target)/$(prog) ./$(prog)$(extension) && chmod +x ./$(prog)$(extension) |
22 | 22 | ||
23 | all: build install | 23 | all: build install |
24 | 24 | ||
25 | clean: | ||
26 | rm ./$(prog)$(extension) | ||
27 | |||
25 | help: | 28 | help: |
26 | @echo "usage: make $(prog) [debug=1]" | 29 | @echo "usage: make $(prog) [debug=1]" |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment