projects
/
vktest3
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa47ee
)
fixed makefile
author
John Tsiombikas
<nuclear@member.fsf.org>
Sun, 8 Sep 2024 20:26:18 +0000
(23:26 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Sun, 8 Sep 2024 20:26:18 +0000
(23:26 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
8eb23e7
..
d7c439b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-src = $(wildcard src/*.c)
+src = $(filter-out %_w32.c,$(wildcard src/*.c))
obj = $(src:.c=.o)
dep = $(src:.c=.d)
bin = vktest