Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
José Pardo Madera
/
ProjectoMultimeda2025
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6bbe86cf
authored
May 03, 2025
by
José Pardo Madera
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Test de ejecutable con icono
parent
4d2f29d9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
.gitignore
makefile
src/desktop_template.desktop
.gitignore
View file @
6bbe86cf
src/obj/
src/obj/
Agapito.desktop
makefile
View file @
6bbe86cf
bin
=
src/Executable
bin
=
Agapito.desktop
srcdir
=
src
srcdir
=
src
desktop_template
=
src/desktop_template.desktop
$(bin)
:
# Forzamos ejecutarlo siempre porque no sabemos cuando el código
# en src ha cambiado
$(bin)
:
FORCE
$(MAKE)
-C
$(srcdir)
$(MAKE)
-C
$(srcdir)
sed
"s|CAMINO|
$
$(pwd)
|"
$(desktop_template)
>
$(bin)
chmod +x
$(bin)
.PHONY
:
clean
.PHONY
:
clean
FORCE
:
clean
:
clean
:
$(MAKE)
-C
$(srcdir)
clean
$(MAKE)
-C
$(srcdir)
clean
src/desktop_template.desktop
0 → 100755
View file @
6bbe86cf
[Desktop Entry]
Name=Agapito
Type=Application
Exec=sh -c "cd CAMINO && ./src/Executable"
Icon=CAMINO/assets/AgapitoFront1.png
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