Skip to content

Commit a077a08

Browse files
committed
What directory am I in?
1 parent 4efce4b commit a077a08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
docker run --rm \
2828
-v ${{ github.workspace }}:/workspace \
2929
fozztexx/defoogi:latest \
30-
make -f Makefile.${{ matrix.platform }}
30+
ls -Fla

Makefile.adam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ SRC_DIRS ?= ./src
66
ADDL_DIR1 := ../eoslib/src
77
ADDL_DIR2 := ../smartkeyslib/src
88

9-
ADDL_LIB1 := ../eoslib/eos.lib
10-
ADDL_LIB2 := ../smartkeyslib/smartkeys.lib
9+
ADDL_LIB1 := eos.lib
10+
ADDL_LIB2 := smartkeys.lib
1111

1212
CC=zcc
1313
AS=zcc

0 commit comments

Comments
 (0)