summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-12-03 17:38:36 +0100
committerAndreas Baumann <abaumann@yahoo.com>2014-12-03 17:38:36 +0100
commit94618264c4c4d7b8d8df50ffa2927d6134d4f68c (patch)
treeaf6c968f123f5b826e628d12a95847f8b639a008
parent0112e84913a40740d3c90cd3d3244fcc18046bad (diff)
downloadbiruda-94618264c4c4d7b8d8df50ffa2927d6134d4f68c.tar.gz
biruda-94618264c4c4d7b8d8df50ffa2927d6134d4f68c.tar.bz2
..
-rw-r--r--src/NMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NMakefile b/src/NMakefile
index 7c940e4..b7ff072 100644
--- a/src/NMakefile
+++ b/src/NMakefile
@@ -61,7 +61,7 @@ biruda_cmdline.h: biruda.ggo
workertest.exe: workertest.obj
$(LINK) $(LINKFLAGS) $(LIBS) /out:$@ $**
-workertest.obh: workertest.c
+workertest.obj: workertest.c
clean:
@-erase *.obj 2>NUL