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:
cp target/$(target)/$(prog) ./$(prog)$(extension) && chmod +x ./$(prog)$(extension)
all: build install
clean:
rm ./$(prog)$(extension)
help:
@echo "usage: make $(prog) [debug=1]"
\ 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!