diff options
| author | David Shah <davey1576@gmail.com> | 2017-11-18 18:03:20 +0000 |
|---|---|---|
| committer | David Shah <davey1576@gmail.com> | 2017-11-18 18:03:20 +0000 |
| commit | ed61efa023aa5a9de73c603fae64a5c4264792eb (patch) | |
| tree | c1fcc84f4184044eb4ecb456e21d7a4aee76a73b /icebram | |
| parent | b059f37b5006bd12ae10f3e847fb394b2540aa6a (diff) | |
| parent | b8832a2cda1b1bf0fe5a7c3f1f2833e516f1d136 (diff) | |
Merge branch 'master' into up5k
Diffstat (limited to 'icebram')
| -rw-r--r-- | icebram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icebram/Makefile b/icebram/Makefile index 3904926..34801da 100644 --- a/icebram/Makefile +++ b/icebram/Makefile @@ -20,7 +20,7 @@ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/icebram$(EXE) clean: - rm -f icebram + rm -f icebram$(EXE) rm -f icebram.exe rm -f demo.* demo_*.* rm -f *.o *.d |
