Skip to content

Commit

Permalink
Fix warnings: local fix for "not on path"
Browse files Browse the repository at this point in the history
  • Loading branch information
tommythorn committed Dec 13, 2024
1 parent 0a238ef commit 578f27e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programs/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Work around
# "Warning: Installation path .../reduceron/flite/dist
# not found on the PATH environment variable."
export PATH:=$(PATH):$(PWD)/flite/dist

#WORKLOADS=$(patsubst %.hs,%,$(shell ls *.hs))
# Workloads sorted by time to execute
#
Expand Down

0 comments on commit 578f27e

Please sign in to comment.