diff options
| author | Clifford Wolf <clifford@clifford.at> | 2019-03-02 13:55:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-02 13:55:56 -0800 |
| commit | 082152ba4b52b3cb5d06c31fd53f0c503622e2e3 (patch) | |
| tree | c12ca8be1839db0579642abe5abb23fd0cfabbfc /iceprog/Makefile | |
| parent | 3a2bfee5cbc0558641668114260d3f644d6b7c83 (diff) | |
| parent | 8d9fa0fc778a1194dd527e63245f3002aca9a666 (diff) | |
Merge pull request #196 from esden/iceprog-mpsse-refactor
Iceprog mpsse refactor
Diffstat (limited to 'iceprog/Makefile')
| -rw-r--r-- | iceprog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iceprog/Makefile b/iceprog/Makefile index 8739ba6..9727257 100644 --- a/iceprog/Makefile +++ b/iceprog/Makefile @@ -18,7 +18,7 @@ endif all: iceprog$(EXE) -iceprog$(EXE): iceprog.o +iceprog$(EXE): iceprog.o mpsse.o $(CC) -o $@ $(LDFLAGS) $^ $(LDLIBS) install: all |
