Skip to content

Commit

Permalink
Documentation and macro rewording, minor typeof-less support, new mac…
Browse files Browse the repository at this point in the history
…ros and bug fixes
  • Loading branch information
EimaMei committed May 2, 2024
1 parent 330ca9f commit 8ca4fbe
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 120 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ $(EXE): $(SRC) sili.h
$(CC) $(FLAGS) $(SRC) $(INCLUDE) $(LIBS) -o $@

# Check the assembly output.
dump_asm:
asm:
$(CC) -g $(FLAGS) $(INCLUDE) $(LIBS) -masm=intel -S $(SRC) -o sili.S


# Runs and compiles every example.
run_examples:
# Compiles and runs every example.
compile_examples:
@for f in $(shell ls examples/*.c); do make SRC=$${f}; rm -rf $(EXE); done


Expand Down
Loading

0 comments on commit 8ca4fbe

Please sign in to comment.