diff options
author | Daniel Santos <dacs.git@brilhante.top> | 2022-03-08 18:44:27 +0000 |
---|---|---|
committer | Daniel Santos <dacs.git@brilhante.top> | 2022-03-08 18:45:10 +0000 |
commit | 4f221f3649e66f4f7e93b195dcbbc3eabb8dd64e (patch) | |
tree | ab43a16ef43b75099a20a013a44c2f549a94a347 /Makefile | |
download | numericx-c-4f221f3649e66f4f7e93b195dcbbc3eabb8dd64e.tar.gz |
working
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2b28994 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +CC := c99 +CFLAGS := -Wall -Wextra -DFROM_NUMERICALS=\"123456789@\" -DTO_NUMERICALS=\"12345\" -g + +all: numericx + +run: all + ./numericx 2345 |