Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
pintos-public
Commits
ddb285d5
Commit
ddb285d5
authored
Mar 27, 2021
by
Alexandru Dura
Browse files
Remove test directories in the 'clean' target
parent
7d46732f
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/Makefile
View file @
ddb285d5
...
...
@@ -13,6 +13,7 @@ main: $(OBJS)
clean
:
rm
-f
*
.o sh core out
rm
-r
test-dir-
*
shell-test
:
shell-test.c
$(CC)
-D_DEFAULT_SOURCE
-Wall
$<
-o
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment