fixed makefile
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 8 Sep 2024 20:26:18 +0000 (23:26 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 8 Sep 2024 20:26:18 +0000 (23:26 +0300)
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