Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
rn5f107s2 committed Dec 27, 2024
1 parent cf4e1bb commit 18edcdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
DEFAULT_EXE=localengine

TARGET ?= $(DEFAULT_EXE)
CWD := $(shell pwd)
EXE ?= $(DEFAULT_EXE)

all:
cd ~/localengine && make EXE=$(TARGET)
cd ~/localengine && make EXE=$(CWD)/$(EXE)

0 comments on commit 18edcdf

Please sign in to comment.