Makefile: Add clean target
This commit is contained in:
parent
a8ffe468bf
commit
cfb910164f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,2 +1,5 @@
|
|||
all:
|
||||
@objfw-compile -o scrypt-pwgen *.m
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ scrypt-pwgen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue