X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Make.rules;h=c9c87c8191d148bb4000256c7e8a6ce3846b016b;hb=496ea4aee6c10fb6fa4d799df0df7ae34b4deb0b;hp=2f4ade2536f9b6219c372b34e010422773dbabcc;hpb=054761502f884ae2cb147c75bd17a660fe63b071;p=debian%2Felilo diff --git a/Make.rules b/Make.rules index 2f4ade2..c9c87c8 100644 --- a/Make.rules +++ b/Make.rules @@ -32,4 +32,7 @@ %.o: %.c $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ +# a rule for .S +%.o: %.S + $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c $< -o $@