sqexe: sqexe.c cc -o $@ $< -mno-cygwin -mwindows strip $@.exe conSqexe: sqexe.c cc -o $@ $< -mno-cygwin sqapp: conSqexe ./conSqexe --build Squeak.exe Squeak.image test: sqapp ./sqapp clean: -rm sqapp.exe -rm conSqexe.exe -rm sqexe.exe