GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff1156
)
ghettoss: Makefile produces .gitignore now
author
Harvie
<tomas@mudrunka.cz>
Mon, 1 Nov 2010 13:54:07 +0000
(14:54 +0100)
committer
Harvie
<tomas@mudrunka.cz>
Mon, 1 Nov 2010 13:54:07 +0000
(14:54 +0100)
c/ghetto-sound-system/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/c/ghetto-sound-system/Makefile
b/c/ghetto-sound-system/Makefile
index 71622c2a5d80422bd00c2dc2cf4d5ffad414901c..6e1cac871bce81329d1cba991873cb91ed8b1965 100644
(file)
--- a/
c/ghetto-sound-system/Makefile
+++ b/
c/ghetto-sound-system/Makefile
@@
-8,12
+8,12
@@
alsa_CFLAGS+=-lasound
.PHONY: all clean sdl alsa go
all: sdl alsa
+ echo .gitignore $(sdl_BIN) $(alsa_BIN) | tr ' ' '\n' > .gitignore
clean:
- rm $(sdl_BIN) $(alsa_BIN)
+ rm
.gitignore
$(sdl_BIN) $(alsa_BIN)
sdl:
$(MAKE) CFLAGS+="$(sdl_CFLAGS)" $(sdl_BIN)
-
alsa:
$(MAKE) CFLAGS="$(alsa_CFLAGS)" $(alsa_BIN)
This page took
0.156638 seconds
and
4
git commands to generate.