Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3-24sp
solo03
Commits
292df91a
Commit
292df91a
authored
1 year ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update Makefile
parent
9f28f338
master
No related merge requests found
Pipeline
#104468
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
Makefile
with
1 addition
and
1 deletion
+1
-1
Makefile
View file @
292df91a
...
...
@@ -76,8 +76,8 @@ CLEAN_COMMAND = find out/ ! -name .gitignore -type f -delete && \
find bin/
!
-name
.gitignore
-type
f
-delete
clean
:
$(CLEAN_COMMAND)
mkdir
-p
out bin
$(CLEAN_COMMAND)
# This special rule tells Make that "all", "clean", and "test" are rules
# that don't build a file.
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help