dec2c9f8 by Jabis Sevón

make clean

1 parent 9b0ea2cd
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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!