diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-04 00:09:20 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-04 00:09:20 +0200 |
commit | b9b5e343accd95b476a8a80e0b713521c7eb6974 (patch) | |
tree | 3a0dbc9af281cdea578ad0f92a5ce4b588adff0e /src/source.mk | |
download | ejit-calc-b9b5e343accd95b476a8a80e0b713521c7eb6974.tar.gz ejit-calc-b9b5e343accd95b476a8a80e0b713521c7eb6974.zip |
calculator works on constant string
Diffstat (limited to 'src/source.mk')
-rw-r--r-- | src/source.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/source.mk b/src/source.mk new file mode 100644 index 0000000..5b2c0e3 --- /dev/null +++ b/src/source.mk @@ -0,0 +1,2 @@ +SRCS != echo src/*.c +CALC_SOURCES += $(SRCS) |