We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efce4b commit a077a08Copy full SHA for a077a08
.github/workflows/compile.yml
@@ -27,4 +27,4 @@ jobs:
27
docker run --rm \
28
-v ${{ github.workspace }}:/workspace \
29
fozztexx/defoogi:latest \
30
- make -f Makefile.${{ matrix.platform }}
+ ls -Fla
Makefile.adam
@@ -6,8 +6,8 @@ SRC_DIRS ?= ./src
6
ADDL_DIR1 := ../eoslib/src
7
ADDL_DIR2 := ../smartkeyslib/src
8
9
-ADDL_LIB1 := ../eoslib/eos.lib
10
-ADDL_LIB2 := ../smartkeyslib/smartkeys.lib
+ADDL_LIB1 := eos.lib
+ADDL_LIB2 := smartkeys.lib
11
12
CC=zcc
13
AS=zcc
0 commit comments