Skip to content

Commit

Permalink
Delete unused files
Browse files Browse the repository at this point in the history
Remove several files which aren't used at all during the build.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Feb 10, 2016
1 parent 7cd1ed6 commit 72d2959
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,617 deletions.
7 changes: 2 additions & 5 deletions com32/tools/Makefile
@@ -1,6 +1,6 @@
## -*- makefile -*- ------------------------------------------------------
##
## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved
## Copyright 2001-2016 H. Peter Anvin - All Rights Reserved
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
Expand All @@ -13,15 +13,12 @@
VPATH = $(SRC)
include $(MAKEDIR)/build.mk

BINS = relocs
BINS =

INCLUDES += -I$(SRC)/include

all : $(BINS)

relocs : relocs.o
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)

tidy dist clean spotless:
rm -f $(BINS)
rm -f *.o *.a .*.d
Expand Down

0 comments on commit 72d2959

Please sign in to comment.