diff options
| author | Miodrag Milanović <mmicko@gmail.com> | 2024-05-17 10:44:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 10:44:56 +0200 |
| commit | c23e99c484aa7c5703905d07694adfc710afcf3e (patch) | |
| tree | 8419c5d00f03db2425925690ce6a91fa3f991eba /examples/icemulti/Makefile | |
| parent | 4fe71c12ea4433705c072f63c9ea7fbe909463b0 (diff) | |
| parent | 667b4bcc63218ebf1dd38e9f304fd10fa8aee33d (diff) | |
Merge pull request #317 from DanielG/fix-examples
Some fixes for examples/ used by Debian packaging
Diffstat (limited to 'examples/icemulti/Makefile')
| -rw-r--r-- | examples/icemulti/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/icemulti/Makefile b/examples/icemulti/Makefile index a7ce692..96b31e1 100644 --- a/examples/icemulti/Makefile +++ b/examples/icemulti/Makefile @@ -1,3 +1,5 @@ +all: config.bin + prog: config.bin sudo iceprog config.bin |
