mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
97 stars 71 forks source link

Replaced 'Old-Fashioned Suffix Rules' with modern 'pattern rules' #132

Closed kentkost closed 1 year ago

kentkost commented 1 year ago

Reason for pr: The examples' makefiles makes use of old fashioned suffix rules. Is recommended not to use them.

Severity of change: This is a minor change. It has little affect on the asn1c binary itself. The changes only have an affect on makefiles generated for the examples. I've tested the changes on Windows with Cygwin and in Docker(alpine) with gcc.