diff options
Diffstat (limited to 'tool/Makefile')
-rw-r--r-- | tool/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tool/Makefile b/tool/Makefile index 873404113..bbf18cf98 100644 --- a/tool/Makefile +++ b/tool/Makefile @@ -1,6 +1,6 @@ -all:
- $(CC) -o adduser adduser.c
-
-clean:
- rm -f adduser
- rm -f *.exe
+all: + $(CC) -o adduser adduser.c + +clean: + rm -f adduser + rm -f *.exe |