[META] Death to GNUMakefile and build.c

Soon bound to add a -s flag for static build.
This commit is contained in:
LDA 2024-09-12 20:02:40 +02:00
commit 9352bf9bba
5 changed files with 625 additions and 953 deletions

View file

@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v3
- name: Build Parsee
run: |
cc configure.c -o configure && ./configure
echo 'CFLAGS=-Werror -Wall -Wextra -pedantic' >> build.conf
cat build.conf
make && make ayadoc