Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
beetle-pce-libretro
Commits
9ead3a21
Unverified
Commit
9ead3a21
authored
May 31, 2019
by
funbars
Committed by
GitHub
May 31, 2019
Browse files
makefile cleanup
parent
9e2bafa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9ead3a21
...
...
@@ -585,7 +585,6 @@ else
endif
$(TARGET)
:
$(OBJECTS)
@
echo
"** BUILDING
$(TARGET)
FOR PLATFORM
$(platform)
**"
ifeq
($(platform), emscripten)
$(CXX)
$(CXXFLAGS)
$(OBJOUT)$@
$^
else
ifeq
($(STATIC_LINKING), 1)
...
...
@@ -593,7 +592,6 @@ else ifeq ($(STATIC_LINKING), 1)
else
$(LD)
$(LINKOUT)$@
$^
$(LDFLAGS)
$(LIBS)
endif
@echo
"** BUILD SUCCESSFUL! GG NO RE **"
%.o
:
%.cpp
$(CXX)
-c
$(OBJOUT)$@
$<
$(CPPFLAGS)
$(CXXFLAGS)
...
...
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