: Makefile for Particle project - Don Yang (uguu.org) : : MSC 6.0 only. : @echo off if "%1" == "" goto debug cl /W4 /Ox /G2rs /FPc87 particle.c butterfl.c firework.c sphere.c squares.c stars.c wave.c /link /e goto cleanup :debug cl /W4 /Od /Zi /G2 particle.c butterfl.c firework.c sphere.c squares.c stars.c wave.c :cleanup if exist *.obj del *.obj