]> 4ch.mooo.com Git - 16.git/blobdiff - 16/16/makefile
more cleanings!!
[16.git] / 16 / 16 / makefile
diff --git a/16/16/makefile b/16/16/makefile
new file mode 100755 (executable)
index 0000000..e6469f2
--- /dev/null
@@ -0,0 +1,15 @@
+FLAGS=-0 -d3\r
+all: test.exe\r
+\r
+test.exe: test.obj modex16.obj\r
+       wcl $(FLAGS) test.obj modex16.obj\r
+       \r
+test.obj: test.c lib\modex16.h\r
+       wcl $(FLAGS) -c test.c\r
+       \r
+modex16.obj: lib\modex16.h lib\modex16.c\r
+       wcl $(FLAGS) -c lib\modex16.c\r
+       \r
+clean: \r
+       del *.obj\r
+       del *.exe\r