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
81-libretro
Commits
84ec7324
Unverified
Commit
84ec7324
authored
May 31, 2019
by
funbars
Committed by
GitHub
May 31, 2019
Browse files
makefile cleanup
parent
7900d647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
84ec7324
...
...
@@ -441,13 +441,11 @@ else
all
:
$(TARGET)
$(TARGET)
:
$(OBJS)
@
echo
"** BUILDING
$(TARGET)
FOR PLATFORM
$(platform)
**"
ifeq
($(STATIC_LINKING), 1)
$(AR)
rcs
$@
$(OBJS)
else
$(CXX)
-o
$@
$(SHARED)
$(OBJS)
$(LDFLAGS)
$(LDXFLAGS)
$(LIBS)
endif
@echo
"** BUILD SUCCESSFUL! GG NO RE **"
$(CORE_DIR)/src/snap.o
:
$(CORE_DIR)/src/snap.c $(HEADERS)
...
...
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