obj = game.o bmpload.o arena.o movement.o all: system/system.lib game.exe .SYMBOLIC system/system.lib: .SYMBOLIC cd system wmake cd .. .c.o: wcc386 -q -bt=dos $< game.exe: $(obj) system/system.lib wcl386 -q -bt=dos -l=dos4g $(obj) system/system.lib clean: .SYMBOLIC rm *.o rm system/*.o rm system/*.lib