diff options
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 |