diff options
Diffstat (limited to 'pc-bios/Makefile')
-rw-r--r-- | pc-bios/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pc-bios/Makefile b/pc-bios/Makefile index c817e851cf..d9f434ae52 100644 --- a/pc-bios/Makefile +++ b/pc-bios/Makefile @@ -14,4 +14,3 @@ all: $(TARGETS) clean: rm -f $(TARGETS) *.o *~ - |