Skip to content

Commit

Permalink
Update makefile for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcl committed Aug 5, 2024
1 parent 1988b6c commit 0b986cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include .env

target = main

cc = gcc-13
bc = /opt/homebrew/Cellar/bison/3.8.2/bin/bison
cc = ${CC}
bc = ${BC}

nil :=
space := $(nil) $(nil)
Expand Down

0 comments on commit 0b986cc

Please sign in to comment.