]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/wcpu/makefile
major changes to entire project for tweaking it amd making it cleaner!! OK PNGWEN...
[16.git] / src / lib / wcpu / makefile
similarity index 62%
rename from src/lib/wtest/makefile
rename to src/lib/wcpu/makefile
index 8e16c03fb26d498d812d3939b0c5dcb74d668c9d..fb68e20d1784deb2030d3ed1957e022ad4994714 100644 (file)
@@ -1,11 +1,11 @@
 CFLAGS=-0
 
-all: wtest.exe
+all: wcpu.exe
 
-wtest.exe: wtest.obj
+wcpu.exe: wcpu.obj
        wcl $(CFLAGS) $<
 
-wtest.obj: wtest.c
+wcpu.obj: wcpu.c
        wcl $(CFLAGS) -c $<
 
 .NOCHECK