diff options
author | 2024-08-02 17:13:05 +0200 | |
---|---|---|
committer | 2024-08-02 17:13:05 +0200 | |
commit | 3f5922a5b68b84a9b23c89b9338c4a8dfe52f7b1 (patch) | |
tree | 882cca213689e434572bfc8b18c26cc50b32ca3d /config.mk | |
parent | 607f5e0175c5f08d0e5fef599794368c828c6d62 (diff) | |
download | properties-3f5922a5b68b84a9b23c89b9338c4a8dfe52f7b1.tar.gz properties-3f5922a5b68b84a9b23c89b9338c4a8dfe52f7b1.zip |
Add script to generate Makefile
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ VER = 0.0.0-alpha.1 LEX = lex YACC = yacc CC = cc -NAME = properties
\ No newline at end of file +NAME = properties |