organization

This commit is contained in:
able 2024-03-07 10:34:39 -06:00
parent 45babd1afe
commit 8a7639d6ba
6 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ CFLAGS = -Wall -Wextra -Wpedantic -std=c17 -O3
.PHONY: clean
hbas: hbas.c
hbas: src/hbas.c
${CC} ${CFLAGS} ${CFLAGS_EXTRA} hbas.c -o hbas
example: hbas example.S

View file

View file

View file