Fix makefile format

This commit is contained in:
stevenhowes
2021-03-18 22:18:48 +00:00
parent af20cab109
commit 5e167c0041
+1 -6
View File
@@ -4,10 +4,6 @@
# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback -w
Linkflags = -aif -o $@
#ObjAsmflags = -depend !Depend -Stamp -quit -CloseExec
#CMHGflags =
#LibFileflags = -c -o $@
#Squeezeflags = -o $@
# Final targets:
@@ -21,13 +17,12 @@ Linkflags = -aif -o $@
# Static dependencies:
@.o.CTheEscape: @.c.CTheEscape
cc $(ccflags) -o @.o.CTheEscape @.c.CTheEscape
@.o.Graphics: @.c.Graphics
cc $(ccflags) -o @.o.Graphics @.c.Graphics
@.o.Sound: @.c.Sound
cc $(ccflags) -o @.o.Sound @.c.Sound
# Dynamic dependencies:
o.CTheEscape: c.CTheEscape
o.CTheEscape: C:h.swis