mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[META] Death to GNUMakefile and build.c
Soon bound to add a -s flag for static build.
This commit is contained in:
parent
355a9d9b99
commit
9352bf9bba
5 changed files with 625 additions and 953 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue