diff options
author | 2024-08-02 15:50:38 +0200 | |
---|---|---|
committer | 2024-08-02 15:50:38 +0200 | |
commit | 607f5e0175c5f08d0e5fef599794368c828c6d62 (patch) | |
tree | 0accf07b977ba7d8b0257b9b4f01a1809d91e587 /config.mk | |
parent | fc788c9a79f99cb3bcaa1b5a23f4af32e225d69d (diff) | |
download | properties-607f5e0175c5f08d0e5fef599794368c828c6d62.tar.gz properties-607f5e0175c5f08d0e5fef599794368c828c6d62.zip |
Add logic to build .a and .so libraries
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..b936204 --- /dev/null +++ b/config.mk @@ -0,0 +1,5 @@ +VER = 0.0.0-alpha.1 +LEX = lex +YACC = yacc +CC = cc +NAME = properties
\ No newline at end of file |